public class ExtHandshakeVHostExtensionFactory extends java.lang.Object implements ExtensionFactory
Constructor and Description |
---|
ExtHandshakeVHostExtensionFactory() |
Modifier and Type | Method and Description |
---|---|
ExtensionProcessor |
createExtensionProcessor(IServletContext webapp) |
java.util.List |
getPatternList() |
public ExtensionProcessor createExtensionProcessor(IServletContext webapp) throws java.lang.Exception
createExtensionProcessor
in interface ExtensionFactory
webapp
- - The WebApp that the created ExtensionProcessor should be associated withjava.lang.Exception
- The creation process can throw any kind of exception, and it will
be caught and logged by the webcontainer
This method will be called by the container during initialization. A WebExtensionFactory
typically furnishes a single type of WebExtensionProcessor, a singleton in most cases.public java.util.List getPatternList()
getPatternList
in interface ExtensionFactory