Class ExtHandshakeVHostExtensionProcessor
java.lang.Object
com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionProcessor
- All Implemented Interfaces:
 ExtensionProcessor,RequestProcessor
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()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.getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) voidhandleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) boolean 
- 
Constructor Details
- 
ExtHandshakeVHostExtensionProcessor
public ExtHandshakeVHostExtensionProcessor() 
 - 
 - 
Method Details
- 
getPatternList
Description copied from interface:ExtensionProcessorThe list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.- Specified by:
 getPatternListin interfaceExtensionProcessor- Returns:
 - patternList
 
 - 
handleRequest
public void handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws Exception - Specified by:
 handleRequestin interfaceRequestProcessor- Throws:
 Exception
 - 
getName
- Specified by:
 getNamein interfaceRequestProcessor
 - 
isInternal
public boolean isInternal()- Specified by:
 isInternalin interfaceRequestProcessor- Returns:
 - boolean Returns true if this request processor is for internal use only
 
 - 
getServletWrapper
public IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) - Specified by:
 getServletWrapperin interfaceExtensionProcessor
 - 
getMetaData
- Specified by:
 getMetaDatain interfaceExtensionProcessor
 
 -