public class UndertowExtension extends Object implements Extension
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
AJP_LISTENER_PATH |
protected static PathElement |
HOST_PATH |
protected static PathElement |
HTTP_LISTENER_PATH |
protected static PathElement |
HTTPS_LISTENER_PATH |
protected static PathElement |
PATH_ACCESS_LOG |
protected static PathElement |
PATH_BUFFER_CACHE |
static PathElement |
PATH_ERROR_PAGES |
static PathElement |
PATH_FILTER_REF |
static PathElement |
PATH_FILTERS |
static PathElement |
PATH_HANDLERS |
protected static PathElement |
PATH_JSP |
protected static PathElement |
PATH_LOCATION |
protected static PathElement |
PATH_PERSISTENT_SESSIONS |
protected static PathElement |
PATH_SERVLET_CONTAINER |
protected static PathElement |
PATH_SESSION_COOKIE |
protected static PathElement |
SERVER_PATH |
static String |
SUBSYSTEM_NAME |
protected static PathElement |
SUBSYSTEM_PATH |
Constructor and Description |
---|
UndertowExtension() |
Modifier and Type | Method and Description |
---|---|
static StandardResourceDescriptionResolver |
getResolver(String... keyPrefix) |
void |
initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext . |
void |
initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext . |
public static final String SUBSYSTEM_NAME
public static final PathElement PATH_ERROR_PAGES
public static final PathElement PATH_HANDLERS
public static final PathElement PATH_FILTERS
protected static final PathElement PATH_JSP
protected static final PathElement PATH_SESSION_COOKIE
protected static final PathElement PATH_PERSISTENT_SESSIONS
protected static final PathElement SUBSYSTEM_PATH
protected static final PathElement AJP_LISTENER_PATH
protected static final PathElement HOST_PATH
protected static final PathElement HTTP_LISTENER_PATH
protected static final PathElement HTTPS_LISTENER_PATH
protected static final PathElement PATH_SERVLET_CONTAINER
protected static final PathElement PATH_BUFFER_CACHE
protected static final PathElement PATH_LOCATION
protected static final PathElement SERVER_PATH
protected static final PathElement PATH_ACCESS_LOG
public static final PathElement PATH_FILTER_REF
public static StandardResourceDescriptionResolver getResolver(String... keyPrefix)
public void initializeParsers(ExtensionParsingContext context)
Extension
ExtensionParsingContext
.
When this method is invoked the thread context classloader
will
be set to be the defining class loader of the class that implements this interface.
initializeParsers
in interface Extension
context
- the extension parsing contextpublic void initialize(ExtensionContext context)
Extension
ExtensionContext
.
When this method is invoked the thread context classloader
will
be set to be the defining class loader of the class that implements this interface.
initialize
in interface Extension
context
- the extension contextCopyright © 2013 JBoss by Red Hat. All rights reserved.