Modifier and Type | Field and Description |
---|---|
protected static PathElement |
ACCESS_LOG_PATH |
protected static PathElement |
CONNECTOR_PATH |
protected static PathElement |
CONTAINER_PATH |
protected static PathElement |
DIRECTORY_PATH |
protected static PathElement |
HOST_PATH |
protected static PathElement |
JSP_CONFIGURATION_PATH |
protected static PathElement |
REWRITE_PATH |
protected static PathElement |
REWRITECOND_PATH |
protected static PathElement |
SSL_PATH |
protected static PathElement |
SSO_PATH |
protected static PathElement |
STATIC_RESOURCES_PATH |
static String |
SUBSYSTEM_NAME |
Constructor and Description |
---|
WebExtension() |
Modifier and Type | Method and Description |
---|---|
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
protected static final PathElement CONNECTOR_PATH
protected static final PathElement SSL_PATH
protected static final PathElement HOST_PATH
protected static final PathElement JSP_CONFIGURATION_PATH
protected static final PathElement STATIC_RESOURCES_PATH
protected static final PathElement CONTAINER_PATH
protected static final PathElement ACCESS_LOG_PATH
protected static final PathElement REWRITE_PATH
protected static final PathElement SSO_PATH
protected static final PathElement DIRECTORY_PATH
protected static final PathElement REWRITECOND_PATH
public void initialize(ExtensionContext context)
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 contextpublic void initializeParsers(ExtensionParsingContext context)
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 contextCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.