Package org.jboss.as.ee.component
Class NamespaceViewConfigurator
java.lang.Object
org.jboss.as.ee.component.NamespaceViewConfigurator
- All Implemented Interfaces:
ViewConfigurator
- Author:
- John Bailey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) Apply this configurator to the given configuration.
-
Constructor Details
-
NamespaceViewConfigurator
public NamespaceViewConfigurator()
-
-
Method Details
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Description copied from interface:ViewConfiguratorApply this configurator to the given configuration.- Specified by:
configurein interfaceViewConfigurator- Parameters:
context- the deployment phase contextcomponentConfiguration- the completed component configurationdescription- the completed view descriptionconfiguration- the view configuration to build on to- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException- if configuration fails
-