org.orbeon.oxf.pipeline.api
Interface WebAppExternalContext

All Known Subinterfaces:
ExternalContext

public interface WebAppExternalContext

WebAppExternalContext abstracts context information so that compile-time dependencies on the Servlet API or Portlet API can be removed.


Method Summary
 Map<String,Object> getAttributesMap()
           
 Map<String,String> getInitAttributesMap()
           
 Object getNativeContext()
           
 String getRealPath(String path)
           
 void log(String msg)
           
 void log(String message, Throwable throwable)
           
 

Method Detail

getAttributesMap

Map<String,Object> getAttributesMap()

getInitAttributesMap

Map<String,String> getInitAttributesMap()

getRealPath

String getRealPath(String path)

log

void log(String message,
         Throwable throwable)

log

void log(String msg)

getNativeContext

Object getNativeContext()