Uses of Class
org.jboss.as.ee.component.DeploymentDescriptorEnvironment
-
Packages that use DeploymentDescriptorEnvironment Package Description org.jboss.as.ee.component org.jboss.as.ee.component.deployers org.jboss.as.ee.resource.definition -
-
Uses of DeploymentDescriptorEnvironment in org.jboss.as.ee.component
Fields in org.jboss.as.ee.component with type parameters of type DeploymentDescriptorEnvironment Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<DeploymentDescriptorEnvironment>Attachments. MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENTMethods in org.jboss.as.ee.component that return DeploymentDescriptorEnvironment Modifier and Type Method Description DeploymentDescriptorEnvironmentComponentDescription. getDeploymentDescriptorEnvironment()DeploymentDescriptorEnvironmentInterceptorEnvironment. getDeploymentDescriptorEnvironment()Methods in org.jboss.as.ee.component with parameters of type DeploymentDescriptorEnvironment Modifier and Type Method Description voidComponentDescription. setDeploymentDescriptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment)Constructors in org.jboss.as.ee.component with parameters of type DeploymentDescriptorEnvironment Constructor Description InterceptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment) -
Uses of DeploymentDescriptorEnvironment in org.jboss.as.ee.component.deployers
Methods in org.jboss.as.ee.component.deployers with parameters of type DeploymentDescriptorEnvironment Modifier and Type Method Description static voidDescriptorEnvironmentLifecycleMethodProcessor. handleMethods(DeploymentDescriptorEnvironment env, EEModuleDescription eeModuleDescription, String defaultClassName)protected abstract List<BindingConfiguration>AbstractDeploymentDescriptorBindingsProcessor. processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, DeploymentDescriptorEnvironment environment, ResourceInjectionTarget resourceInjectionTarget, ComponentDescription componentDescription, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, EEApplicationClasses applicationClasses)protected List<BindingConfiguration>ResourceReferenceProcessor. processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, DeploymentDescriptorEnvironment environment, ResourceInjectionTarget resourceInjectionTarget, ComponentDescription componentDescription, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, EEApplicationClasses applicationClasses) -
Uses of DeploymentDescriptorEnvironment in org.jboss.as.ee.resource.definition
Methods in org.jboss.as.ee.resource.definition with parameters of type DeploymentDescriptorEnvironment Modifier and Type Method Description protected List<BindingConfiguration>ResourceDefinitionDescriptorProcessor. processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, DeploymentDescriptorEnvironment environment, ResourceInjectionTarget resourceInjectionTarget, ComponentDescription componentDescription, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, EEApplicationClasses applicationClasses)
-