| Package | Description |
|---|---|
| org.jboss.as.ee.component |
| Modifier and Type | Method and 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 type
|
Set<ViewDescription> |
EEApplicationDescription.getComponentsForViewName(String viewType,
org.jboss.vfs.VirtualFile deploymentRoot)
Get all views that have the given type in the application
|
Set<ViewDescription> |
ComponentDescription.getViews()
Get the list of views which apply to this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
void |
NamespaceViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.