Class ExtHandshakeVHostExtensionProcessor
- java.lang.Object
- 
- com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionProcessor
 
- 
- All Implemented Interfaces:
- ExtensionProcessor,- RequestProcessor
 
 public class ExtHandshakeVHostExtensionProcessor extends java.lang.Object implements ExtensionProcessor 
- 
- 
Constructor SummaryConstructors Constructor Description ExtHandshakeVHostExtensionProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WebComponentMetaDatagetMetaData()java.lang.StringgetName()java.util.ListgetPatternList()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.IServletWrappergetServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)voidhandleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)booleanisInternal()
 
- 
- 
- 
Method Detail- 
getPatternListpublic java.util.List 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 interface- ExtensionProcessor
- Returns:
- patternList
 
 - 
handleRequestpublic void handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws java.lang.Exception- Specified by:
- handleRequestin interface- RequestProcessor
- Throws:
- java.lang.Exception
 
 - 
getNamepublic java.lang.String 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
 
 - 
getServletWrapperpublic IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) - Specified by:
- getServletWrapperin interface- ExtensionProcessor
 
 - 
getMetaDatapublic WebComponentMetaData getMetaData() - Specified by:
- getMetaDatain interface- ExtensionProcessor
 
 
- 
 
-