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 Summary
Constructors Constructor Description ExtHandshakeVHostExtensionProcessor()
-
Method Summary
All 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
-
getPatternList
public 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 interfaceExtensionProcessor- Returns:
- patternList
-
handleRequest
public void handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws java.lang.Exception- Specified by:
handleRequestin interfaceRequestProcessor- Throws:
java.lang.Exception
-
getName
public java.lang.String 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
public WebComponentMetaData getMetaData()
- Specified by:
getMetaDatain interfaceExtensionProcessor
-
-