Uses of Class
org.jboss.as.ee.component.ViewConfiguration
-
Packages that use ViewConfiguration Package Description org.jboss.as.ee.component -
-
Uses of ViewConfiguration in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ViewConfiguration Modifier and Type Method Description ViewConfigurationViewDescription. createViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)Creates view configuration.Methods in org.jboss.as.ee.component that return types with arguments of type ViewConfiguration Modifier and Type Method Description List<ViewConfiguration>ComponentConfiguration. getViews()Get the list of views for this component.Methods in org.jboss.as.ee.component with parameters of type ViewConfiguration Modifier and Type Method Description voidNamespaceViewConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration)voidViewConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration)Apply this configurator to the given configuration.Constructors in org.jboss.as.ee.component with parameters of type ViewConfiguration Constructor Description ViewService(ViewConfiguration viewConfiguration)
-