IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.servlet.context
Interface ExtendedServletContext

All Superinterfaces:
javax.servlet.ServletContext

public interface ExtendedServletContext
extends javax.servlet.ServletContext

Servlet Context Extensions for IBM WebSphere Application Server


Method Summary
 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
 IFilterConfig getFilterConfig(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.ServletContext
getAttribute, getAttributeNames, getContext, getContextPath, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute
 

Method Detail

getFilterConfig

IFilterConfig getFilterConfig(java.lang.String id)
Gets the IFilterConfig object for this context or creates one if it doesn't exist.

Parameters:
id -
Returns:

addMappingFilter

void addMappingFilter(java.lang.String mapping,
                      IFilterConfig config)
Adds a filter against a specified mapping into this context

Parameters:
mapping -
config -

getAsyncRequestDispatcher

AsyncRequestDispatcher getAsyncRequestDispatcher(java.lang.String path)
Returns an asynchronous request dispatcher to do asynchronous includes

Parameters:
path -

IBM WebSphere Application ServerTM
Release 7