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 WebComponentMetaData
getMetaData()
java.lang.String
getName()
java.util.List
getPatternList()
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.IServletWrapper
getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)
void
handleRequest(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
boolean
isInternal()
-
-
-
Method Detail
-
getPatternList
public java.util.List 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 java.lang.Exception
- Specified by:
handleRequest
in interfaceRequestProcessor
- Throws:
java.lang.Exception
-
getName
public java.lang.String 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
public WebComponentMetaData getMetaData()
- Specified by:
getMetaData
in interfaceExtensionProcessor
-
-