Package org.jboss.as.ee.component
Interface ViewConfigurator
-
- All Known Implementing Classes:
NamespaceViewConfigurator
public interface ViewConfiguratorA configurator for views. Each configurator is run in the order it appears on the component description.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract 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
void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionApply this configurator to the given configuration.- 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
-
-