Interface ExtendedServletContext
- 
- All Superinterfaces:
- javax.servlet.ServletContext
 - All Known Subinterfaces:
- IBMServletContext
 
 public interface ExtendedServletContext extends javax.servlet.ServletContextServlet Context Extensions for IBM WebSphere Application Server
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMappingFilter(java.lang.String mapping, com.ibm.websphere.servlet.filter.IFilterConfig config)Adds a filter against a specified mapping into this contextcom.ibm.websphere.webcontainer.async.AsyncRequestDispatchergetAsyncRequestDispatcher(java.lang.String path)Returns an asynchronous request dispatcher to do asynchronous includesjava.util.Map<java.lang.String,? extends javax.servlet.ServletRegistration.Dynamic>getDynamicServletRegistrations()Returns a map of all the dynamic servlet registrations keyed by namecom.ibm.websphere.servlet.filter.IFilterConfiggetFilterConfig(java.lang.String id)Gets the IFilterConfig object for this context or creates one if it doesn't exist.- 
Methods inherited from interface javax.servlet.ServletContextaddFilter, 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, log, log, log, removeAttribute, setAttribute, setInitParameter, setSessionTrackingModes
 
- 
 
- 
- 
- 
Method Detail- 
getFilterConfigcom.ibm.websphere.servlet.filter.IFilterConfig getFilterConfig(java.lang.String id) Gets the IFilterConfig object for this context or creates one if it doesn't exist.- Parameters:
- id-
- Returns:
 
 - 
addMappingFiltervoid addMappingFilter(java.lang.String mapping, com.ibm.websphere.servlet.filter.IFilterConfig config)Adds a filter against a specified mapping into this context- Parameters:
- mapping-
- config-
 
 - 
getAsyncRequestDispatchercom.ibm.websphere.webcontainer.async.AsyncRequestDispatcher getAsyncRequestDispatcher(java.lang.String path) Returns an asynchronous request dispatcher to do asynchronous includes- Parameters:
- path-
 
 - 
getDynamicServletRegistrationsjava.util.Map<java.lang.String,? extends javax.servlet.ServletRegistration.Dynamic> getDynamicServletRegistrations() Returns a map of all the dynamic servlet registrations keyed by name
 
- 
 
-