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