public class NamespaceViewConfigurator extends Object implements ViewConfigurator
| Constructor and Description |
|---|
NamespaceViewConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ViewConfiguratorconfigure in interface ViewConfiguratorcontext - the deployment phase contextcomponentConfiguration - the completed component configurationdescription - the completed view descriptionconfiguration - the view configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException - if configuration failsCopyright © 2018 JBoss by Red Hat. All rights reserved.