Class WebExtensionProcessor
java.lang.Object
com.ibm.ws.webcontainer.extension.WebExtensionProcessor
- All Implemented Interfaces:
- ExtensionProcessor,- RequestProcessor
- Direct Known Subclasses:
- DefaultExtensionProcessor,- InvokerExtensionProcessor,- WebExtensionProcessor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateConfig(String servletName) A convenience method that creates a ServletConfig object.createConfig(String servletName, ServletConfigParmMap cfgMap) createServletWrapper(IServletConfig config) getName()Returns the list of patterns (as Strings) conforming with the servlet mappings as mandated by the servlet spec.getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) booleanisAvailable(String resource) booleanMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ibm.wsspi.webcontainer.RequestProcessorhandleRequest
- 
Constructor Details- 
WebExtensionProcessor
 
- 
- 
Method Details- 
createServletWrapper- Throws:
- Exception
 
- 
getPatternListReturns the list of patterns (as Strings) conforming with the servlet mappings as mandated by the servlet spec. The subclasses of this class may override this method in case they want to supply patterns they want to be associated with.- Specified by:
- getPatternListin interface- ExtensionProcessor
- Returns:
- patternList
 
- 
createConfigA convenience method that creates a ServletConfig object. This also populates the necessary metaData which enables the Servlet associated with the returned config to correctly lookup NameSpace entries. It is highly recommended that extension processors use this method to create the config objects for the targets that the processor creates.- Parameters:
- servletName-
- Returns:
- Throws:
- javax.servlet.ServletException
 
- 
createConfigpublic IServletConfig createConfig(String servletName, ServletConfigParmMap cfgMap) throws javax.servlet.ServletException - Throws:
- javax.servlet.ServletException
 
- 
isAvailable
- 
getName- Specified by:
- getNamein interface- RequestProcessor
 
- 
isInternalpublic boolean isInternal()- Specified by:
- isInternalin interface- RequestProcessor
- Returns:
- boolean Returns true if this request processor is for internal use only
 
- 
getMetaData- Specified by:
- getMetaDatain interface- ExtensionProcessor
 
- 
getServletWrapperpublic IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws Exception - Specified by:
- getServletWrapperin interface- ExtensionProcessor
- Throws:
- Exception
 
 
-