com.ibm.websphere.servlet.context

Interface ExtendedServletContext

All known subinterfaces:
IBMServletContext

  1. public interface ExtendedServletContext
Servlet Context Extensions for IBM WebSphere Application Server

Method Summary

Modifier and Type Method and Description
  1. void
addMappingFilter(java.lang.String mapping,com.ibm.websphere.servlet.filter.IFilterConfig config)
Adds a filter against a specified mapping into this context
  1. com.ibm.websphere.webcontainer.async.AsyncRequestDispatcher
getAsyncRequestDispatcher(java.lang.String path)
Returns an asynchronous request dispatcher to do asynchronous includes
  1. java.util.Map<java.lang.String,? extends ServletRegistration.Dynamic>
getDynamicServletRegistrations()
Returns a map of all the dynamic servlet registrations keyed by name
  1. com.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.

Method Detail

getFilterConfig

  1. com.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:

addMappingFilter

  1. void addMappingFilter(java.lang.String mapping,
  2. com.ibm.websphere.servlet.filter.IFilterConfig config)
Adds a filter against a specified mapping into this context
Parameters:
mapping -
config -

getAsyncRequestDispatcher

  1. com.ibm.websphere.webcontainer.async.AsyncRequestDispatcher getAsyncRequestDispatcher( java.lang.String path)
Returns an asynchronous request dispatcher to do asynchronous includes
Parameters:
path -

getDynamicServletRegistrations

  1. java.util.Map<java.lang.String,? extends ServletRegistration.Dynamic> getDynamicServletRegistrations( )
Returns a map of all the dynamic servlet registrations keyed by name