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 getAttributesMap()
           
 Map getInitAttributesMap()
           
 Object getNativeContext()
           
 String getRealPath(String path)
           
 void log(String msg)
           
 void log(String message, Throwable throwable)
           
 

Method Detail

getAttributesMap

public Map getAttributesMap()

getInitAttributesMap

public Map getInitAttributesMap()

getRealPath

public String getRealPath(String path)

log

public void log(String message,
                Throwable throwable)

log

public void log(String msg)

getNativeContext

public Object getNativeContext()