public interface ViewConfigurator
Modifier and Type | Method and Description |
---|---|
void |
configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
void configure(DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws DeploymentUnitProcessingException
context
- the deployment phase contextcomponentConfiguration
- the completed component configurationdescription
- the completed view descriptionconfiguration
- the view configuration to build on toDeploymentUnitProcessingException
- if configuration failsCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.