Class ExtHandshakeVHostExtensionProcessor
java.lang.Object
com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionProcessor
- All Implemented Interfaces:
ExtensionProcessor
,RequestProcessor
-
Constructor Summary
-
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) void
handleRequest
(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) boolean
-
Constructor Details
-
ExtHandshakeVHostExtensionProcessor
public ExtHandshakeVHostExtensionProcessor()
-
-
Method Details
-
getPatternList
Description copied from interface:ExtensionProcessor
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.- Specified by:
getPatternList
in interfaceExtensionProcessor
- Returns:
- patternList
-
handleRequest
public void handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws Exception - Specified by:
handleRequest
in interfaceRequestProcessor
- Throws:
Exception
-
getName
- Specified by:
getName
in interfaceRequestProcessor
-
isInternal
public boolean isInternal()- Specified by:
isInternal
in 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:
getServletWrapper
in interfaceExtensionProcessor
-
getMetaData
- Specified by:
getMetaData
in interfaceExtensionProcessor
-