Uses of Interface
org.jboss.as.ee.component.ResourceInjectionTarget
-
Packages that use ResourceInjectionTarget Package Description org.jboss.as.ee.component org.jboss.as.ee.component.deployers org.jboss.as.ee.managedbean.component org.jboss.as.ee.resource.definition -
-
Uses of ResourceInjectionTarget in org.jboss.as.ee.component
Classes in org.jboss.as.ee.component that implement ResourceInjectionTarget Modifier and Type Class Description classComponentDescriptionA description of a generic Jakarta EE component.classEEModuleDescriptionclassInterceptorEnvironmentClass that represents the environment entries of an interceptor, defined in the interceptors section of ejb-jar.xml. -
Uses of ResourceInjectionTarget in org.jboss.as.ee.component.deployers
Methods in org.jboss.as.ee.component.deployers with parameters of type ResourceInjectionTarget Modifier and Type Method Description 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)protected Class<?>AbstractDeploymentDescriptorBindingsProcessor. processInjectionTargets(ResourceInjectionTarget resourceInjectionTarget, InjectionSource injectionSource, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, org.jboss.metadata.javaee.spec.ResourceInjectionMetaData entry, Class<?> classType)Processes the injection targets of a resource binding -
Uses of ResourceInjectionTarget in org.jboss.as.ee.managedbean.component
Classes in org.jboss.as.ee.managedbean.component that implement ResourceInjectionTarget Modifier and Type Class Description classManagedBeanComponentDescriptionComponent descriptor forManagedBeanmanaged beans. -
Uses of ResourceInjectionTarget in org.jboss.as.ee.resource.definition
Methods in org.jboss.as.ee.resource.definition with parameters of type ResourceInjectionTarget 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)
-