public class WebExtension extends AbstractLegacyExtension
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
ACCESS_LOG_ALIAS |
protected static PathElement |
ACCESS_LOG_PATH |
protected static PathElement |
CONNECTOR_PATH |
protected static PathElement |
CONTAINER_PATH |
protected static PathElement |
DIRECTORY_ALIAS |
protected static PathElement |
DIRECTORY_PATH |
protected static PathElement |
HOST_PATH |
protected static PathElement |
JSP_CONFIGURATION_PATH |
protected static PathElement |
PARAM |
protected static PathElement |
REWRITE_PATH |
protected static PathElement |
REWRITECOND_PATH |
protected static PathElement |
SSL_ALIAS |
protected static PathElement |
SSL_PATH |
protected static PathElement |
SSO_ALIAS |
protected static PathElement |
SSO_PATH |
protected static PathElement |
STATIC_RESOURCES_PATH |
static String |
SUBSYSTEM_NAME |
static PathElement |
SUBSYSTEM_PATH |
static PathElement |
VALVE_PATH |
Constructor and Description |
---|
WebExtension() |
Modifier and Type | Method and Description |
---|---|
protected Set<ManagementResourceRegistration> |
initializeLegacyModel(ExtensionContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext) ,
except no handler for the describe operation should be registered. |
protected void |
initializeLegacyParsers(ExtensionParsingContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext) . |
initialize, initializeParsers
public static final String SUBSYSTEM_NAME
public static final PathElement SUBSYSTEM_PATH
public static final PathElement VALVE_PATH
protected static final PathElement CONNECTOR_PATH
protected static final PathElement SSL_PATH
protected static final PathElement SSL_ALIAS
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 ACCESS_LOG_ALIAS
protected static final PathElement REWRITE_PATH
protected static final PathElement SSO_PATH
protected static final PathElement SSO_ALIAS
protected static final PathElement DIRECTORY_PATH
protected static final PathElement DIRECTORY_ALIAS
protected static final PathElement REWRITECOND_PATH
protected static final PathElement PARAM
protected Set<ManagementResourceRegistration> initializeLegacyModel(ExtensionContext context)
AbstractLegacyExtension
AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext)
,
except no handler for the describe
operation should be registered.initializeLegacyModel
in class AbstractLegacyExtension
context
- the extension contextManagementResourceRegistration
for all subsystems that were registered.
The calling method will register a describe
operation handler for each of theseprotected void initializeLegacyParsers(ExtensionParsingContext context)
AbstractLegacyExtension
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext)
.initializeLegacyParsers
in class AbstractLegacyExtension
context
- the extension parsing contextCopyright © 2014 JBoss by Red Hat. All rights reserved.