| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.extension | |
| org.jboss.as.jmx | |
| org.jboss.as.logging | |
| org.jboss.as.remoting | |
| org.jboss.as.server.deployment.scanner |
Support for file system based deployment.
|
| org.jboss.as.threads | |
| org.wildfly.extension.io | |
| org.wildfly.extension.requestcontroller |
| Modifier and Type | Method and Description |
|---|---|
void |
Extension.initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionParsingContext |
ExtensionRegistry.getExtensionParsingContext(String moduleName,
org.jboss.staxmapper.XMLMapper xmlMapper)
Gets an
ExtensionParsingContext for use when
initializing the extension's parsers. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractLegacyExtension.initializeLegacyParsers(ExtensionParsingContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext). |
void |
AbstractLegacyExtension.initializeParsers(ExtensionParsingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXExtension.initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingExtension.initializeParsers(ExtensionParsingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemotingExtension.initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentScannerExtension.initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ThreadsExtension.initializeLegacyParsers(ExtensionParsingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOExtension.initializeParsers(ExtensionParsingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestControllerExtension.initializeParsers(ExtensionParsingContext context) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.