public interface ViewConfigurator
| 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.
|
void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
context - 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 © 2023 JBoss by Red Hat. All rights reserved.