public interface ExtendedServletContext
extends javax.servlet.ServletContext
Modifier and Type | Method and Description |
---|---|
void |
addMappingFilter(java.lang.String mapping,
IFilterConfig config)
Adds a filter against a specified mapping into this context
|
AsyncRequestDispatcher |
getAsyncRequestDispatcher(java.lang.String path)
Returns an asynchronous request dispatcher to do asynchronous includes
|
java.util.Map<java.lang.String,? extends javax.servlet.ServletRegistration.Dynamic> |
getDynamicServletRegistrations()
Returns a map of all the dynamic servlet registrations keyed by name
|
IFilterConfig |
getFilterConfig(java.lang.String id)
Gets the IFilterConfig object for this context or creates
one if it doesn't exist.
|
addFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getAttribute, getAttributeNames, getClassLoader, getContext, getContextPath, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getInitParameter, getInitParameterNames, getJspConfigDescriptor, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServletRegistration, getServletRegistrations, getServlets, getSessionCookieConfig, getVirtualServerName, log, log, log, removeAttribute, setAttribute, setInitParameter, setSessionTrackingModes
IFilterConfig getFilterConfig(java.lang.String id)
id
- void addMappingFilter(java.lang.String mapping, IFilterConfig config)
mapping
- config
- AsyncRequestDispatcher getAsyncRequestDispatcher(java.lang.String path)
path
- java.util.Map<java.lang.String,? extends javax.servlet.ServletRegistration.Dynamic> getDynamicServletRegistrations()