Modifier and Type | Class and Description |
---|---|
class |
LoggingConfigDeploymentProcessor |
class |
LoggingDependencyDeploymentProcessor
Adds the default logging dependencies to the deployment.
|
class |
LoggingDeploymentResourceProcessor
Process a deployment and ensures a logging configuration service has been added.
|
class |
LoggingProfileDeploymentProcessor |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentProcessorTarget.addDeploymentProcessor(Phase phase,
int priority,
DeploymentUnitProcessor processor)
Deprecated.
|
void |
DeploymentProcessorTarget.addDeploymentProcessor(String subsystemName,
Phase phase,
int priority,
DeploymentUnitProcessor processor)
Add a deployment processor.
|
static void |
DeployerChainAddHandler.addDeploymentProcessor(String subsystemName,
Phase phase,
int priority,
DeploymentUnitProcessor processor) |
Modifier and Type | Class and Description |
---|---|
class |
DeferredDeploymentOverlayDeploymentUnitProcessor
Deployment unit processor that adds content overrides to the VFS filesystem for overlays that could not be initially resolved.
|
class |
DeploymentCompleteServiceProcessor |
class |
DeploymentOverlayDeploymentUnitProcessor
Deployment unit processor that adds content overrides to the VFS filesystem.
|
class |
ServiceLoaderProcessor
A processor which creates a service loader index.
|
class |
SubDeploymentProcessor
Deployment processor responsible to creating deployment unit services for sub-deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessor |
RegisteredDeploymentUnitProcessor.getProcessor() |
Constructor and Description |
---|
RegisteredDeploymentUnitProcessor(int priority,
DeploymentUnitProcessor processor,
String subsystemName) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationIndexProcessor
Deployment unit processor responsible for creating and attaching an annotation index for a resource root
|
class |
CleanupAnnotationIndexProcessor
DUP that removes the Jandex indexes and composite index from the deployment unit to save memory
|
class |
CompositeIndexProcessor
Processor responsible for creating and attaching a
CompositeIndex for a deployment. |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentDependenciesProcessor
Processor that handles inter-deployment dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
Seam2Processor
Recognize Seam deployments and add org.jboss.seam.int module to it.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossAllXmlParserRegisteringProcessor<T>
DUP that registers a
JBossAllXMLParserDescription with the DU. |
class |
JBossAllXMLParsingProcessor
DUP that parses jboss-all.xml and attaches the results to the deployment
|
Modifier and Type | Class and Description |
---|---|
class |
ClassFileTransformerProcessor
A
DeploymentUnitProcessor that instantiates ClassFileTransformer s defined in the
jboss-deployment-structure.xml file. |
class |
DeploymentRootExplodedMountProcessor
Processor that marks a deployment as exploded.
|
class |
DeploymentRootMountProcessor
Deployment processor responsible for mounting and attaching the resource root for this deployment.
|
class |
DeploymentVisibilityProcessor
Processor that aggregates all module descriptions visible to the deployment in an EEApplicationClasses structure.
|
class |
DriverDependenciesProcessor |
class |
ManifestAttachmentProcessor
Deployment unit processor that attaches the deployment root manifest to the context.
|
class |
ManifestClassPathProcessor
A processor which adds class path entries for each manifest entry.
|
class |
ManifestDependencyProcessor
Deployment unit processor that will extract module dependencies from an and attach them.
|
class |
ManifestExtensionListProcessor
A processor which adds class path entries for each manifest entry.
|
class |
ManifestExtensionNameProcessor
A processor which reads the Extension-Name attribute from a manifest
|
class |
ModuleClassPathProcessor
The processor which adds
MANIFEST.MF Class-Path entries to the module configuration. |
class |
ModuleDependencyProcessor
Deployment unit processor that will extract module dependencies from an archive.
|
class |
ModuleExtensionListProcessor
A processor which adds extension-list resource roots.
|
class |
ModuleExtensionNameProcessor
A processor which stores extension information for deployed libraries into the
ExtensionIndexService . |
class |
ModuleIdentifierProcessor
Deployment processor that generates module identifiers for the deployment and attaches it.
|
class |
ModuleSpecProcessor
Processor responsible for creating the module spec service for this deployment.
|
class |
ServerDependenciesProcessor
DUP thats adds dependencies that are available to all deployments
|
class |
SubDeploymentDependencyProcessor
Processor that set up a module dependency on the parent module
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentStructureDescriptorParser
Parses
jboss-deployment-structure.xml , and merges the result with the deployment. |
Modifier and Type | Class and Description |
---|---|
class |
CleanupReflectionIndexProcessor
The processor to remove the reflection index from the deployment unit.
|
class |
InstallReflectionIndexProcessor
The processor to install the reflection index.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceActivatorDependencyProcessor
Deployment processor that adds required dependencies for executing service activators.
|
class |
ServiceActivatorProcessor
Deployment processor responsible for executing any ServiceActivator instances for a deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
void |
ServerLogger_$logger.caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
Modifier and Type | Class and Description |
---|---|
class |
RequestControllerDeploymentUnitProcessor |
Copyright © 2023 JBoss by Red Hat. All rights reserved.