Package org.jboss.as.ee.component
Class NamespaceViewConfigurator
- java.lang.Object
-
- org.jboss.as.ee.component.NamespaceViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
public class NamespaceViewConfigurator extends Object implements ViewConfigurator
- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description NamespaceViewConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration)Apply this configurator to the given configuration.
-
-
-
Method Detail
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionDescription 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
-
-