Uses of Class
org.jboss.as.ee.component.ViewDescription
-
Packages that use ViewDescription Package Description org.jboss.as.ee.component -
-
Uses of ViewDescription in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return types with arguments of type ViewDescription Modifier and Type Method Description Set<ViewDescription>EEApplicationDescription. getComponents(String componentName, String viewName, org.jboss.vfs.VirtualFile deploymentRoot)Get all views in the application that have the given name and view typeSet<ViewDescription>EEApplicationDescription. getComponentsForViewName(String viewType, org.jboss.vfs.VirtualFile deploymentRoot)Get all views that have the given type in the applicationSet<ViewDescription>ComponentDescription. getViews()Get the list of views which apply to this component.Methods in org.jboss.as.ee.component with parameters of type ViewDescription 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.
-