Class InvokerExtensionProcessor
- java.lang.Object
- 
- com.ibm.ws.webcontainer.extension.WebExtensionProcessor
- 
- com.ibm.ws.webcontainer.extension.InvokerExtensionProcessor
 
 
- 
- All Implemented Interfaces:
- ExtensionProcessor,- RequestProcessor
 
 public class InvokerExtensionProcessor extends WebExtensionProcessor 
- 
- 
Constructor SummaryConstructors Constructor Description InvokerExtensionProcessor(com.ibm.ws.webcontainer.webapp.WebApp webApp, java.util.HashMap params)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WebComponentMetaDatagetMetaData()java.util.ListgetPatternList()Returns the list of patterns (as Strings) conforming with the servlet mappings as mandated by the servlet spec.IServletWrappergetServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)IServletWrappergetServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, boolean handleFailure)voidhandleRequest(javax.servlet.ServletRequest req, javax.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
 
- 
 
- 
- 
- 
Method Detail- 
handleRequestpublic void handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws java.lang.ExceptionThis 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:
- java.lang.Exception
 
 - 
getServletWrapperpublic IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, boolean handleFailure) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
getPatternListpublic java.util.List getPatternList() Description 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
 
 - 
getMetaDatapublic WebComponentMetaData getMetaData() - Specified by:
- getMetaDatain interface- ExtensionProcessor
- Overrides:
- getMetaDatain class- WebExtensionProcessor
 
 - 
getServletWrapperpublic IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws java.lang.Exception - Specified by:
- getServletWrapperin interface- ExtensionProcessor
- Overrides:
- getServletWrapperin class- WebExtensionProcessor
- Throws:
- java.lang.Exception
 
 
- 
 
-