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 Details

    • NamespaceViewConfigurator

      public NamespaceViewConfigurator()
  • Method Details

    • configure

      public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Description copied from interface: ViewConfigurator
      Apply this configurator to the given configuration.
      Specified by:
      configure in interface ViewConfigurator
      Parameters:
      context - the deployment phase context
      componentConfiguration - the completed component configuration
      description - the completed view description
      configuration - the view configuration to build on to
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException - if configuration fails