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.
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()