public class ExtHandshakeVHostExtensionProcessor extends java.lang.Object implements ExtensionProcessor
| Constructor and Description |
|---|
ExtHandshakeVHostExtensionProcessor() |
| Modifier and Type | Method and 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() |
public java.util.List getPatternList()
ExtensionProcessorgetPatternList in interface ExtensionProcessorpublic void handleRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws java.lang.Exception
handleRequest in interface RequestProcessorjava.lang.Exceptionpublic java.lang.String getName()
getName in interface RequestProcessorpublic boolean isInternal()
isInternal in interface RequestProcessorpublic IServletWrapper getServletWrapper(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)
getServletWrapper in interface ExtensionProcessorpublic WebComponentMetaData getMetaData()
getMetaData in interface ExtensionProcessor