Class InvokerExtensionProcessor
java.lang.Object
com.ibm.ws.webcontainer.extension.WebExtensionProcessor
com.ibm.ws.webcontainer.extension.InvokerExtensionProcessor
- All Implemented Interfaces:
- ExtensionProcessor,- RequestProcessor
- 
Constructor SummaryConstructorsConstructorDescriptionInvokerExtensionProcessor(com.ibm.ws.webcontainer.webapp.WebApp webApp, HashMap params) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the list of patterns (as Strings) conforming with the servlet mappings as mandated by the servlet spec.getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp) getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp, boolean handleFailure) voidhandleRequest(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) This method will only get invoked if (1) This is the first request to the target servlet to be served by classname/name (2) The request is an include/forward and matched /servlet/*Methods inherited from class com.ibm.ws.webcontainer.extension.WebExtensionProcessorcreateConfig, createConfig, createServletWrapper, getName, isAvailable, isInternal
- 
Constructor Details- 
InvokerExtensionProcessor- Parameters:
- webApp-
 
 
- 
- 
Method Details- 
handleRequestpublic void handleRequest(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) throws Exception This method will only get invoked if (1) This is the first request to the target servlet to be served by classname/name (2) The request is an include/forward and matched /servlet/*- Throws:
- Exception
 
- 
getServletWrapperpublic IServletWrapper getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp, boolean handleFailure) throws Exception - Throws:
- Exception
 
- 
getPatternListDescription copied from class:WebExtensionProcessorReturns 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
- Overrides:
- getPatternListin class- WebExtensionProcessor
- Returns:
- patternList
 
- 
getMetaData- Specified by:
- getMetaDatain interface- ExtensionProcessor
- Overrides:
- getMetaDatain class- WebExtensionProcessor
 
- 
getServletWrapperpublic IServletWrapper getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp) throws Exception - Specified by:
- getServletWrapperin interface- ExtensionProcessor
- Overrides:
- getServletWrapperin class- WebExtensionProcessor
- Throws:
- Exception
 
 
-