Uses of Class
org.jboss.as.ee.component.ViewDescription
Packages that use ViewDescription
-
Uses of ViewDescription in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return types with arguments of type ViewDescriptionModifier and TypeMethodDescriptionEEApplicationDescription.getComponents(String componentName, String viewName, org.jboss.vfs.VirtualFile deploymentRoot) Get all views in the application that have the given name and view typeEEApplicationDescription.getComponentsForViewName(String viewType, org.jboss.vfs.VirtualFile deploymentRoot) Get all views that have the given type in the applicationComponentDescription.getViews()Get the list of views which apply to this component.Methods in org.jboss.as.ee.component with parameters of type ViewDescriptionModifier and TypeMethodDescriptionvoidNamespaceViewConfigurator.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.