Interface ExtensionProcessor
- All Superinterfaces:
- RequestProcessor
- All Known Implementing Classes:
- DefaultExtensionProcessor,- ExtHandshakeVHostExtensionProcessor,- InvokerExtensionProcessor,- WebExtensionProcessor,- WebExtensionProcessor
ExtensionProcessor classes are responsible for handling requests that filter down to 
 them by the URL matching process. They could leverage the IServletContext
 instance that becomes available when the ExtensionProcessor is created, for 
 advanced functionality.
- 
Method SummaryModifier and TypeMethodDescriptionThe list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) Methods inherited from interface com.ibm.wsspi.webcontainer.RequestProcessorgetName, handleRequest, isInternal
- 
Method Details- 
getPatternListList getPatternList()The list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.- Returns:
- patternList
 
- 
getServletWrapperIServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws Exception - Throws:
- Exception
 
- 
getMetaDataWebComponentMetaData getMetaData()
 
-