|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentUnitMetadata | |
---|---|
org.springframework.jee.config | JEE configuration support. |
org.springframework.jee.ejb | EJB metadata. |
org.springframework.jee.ejb.config | JEE EJB specific configuration support. |
org.springframework.jee.inject | JSR250 Support. |
org.springframework.jee.intercept | Support for EJB3 interceptors. |
org.springframework.jee.server | Bootstrapping support for server environments. |
org.springframework.jee.spi |
Uses of DeploymentUnitMetadata in org.springframework.jee.config |
---|
Methods in org.springframework.jee.config with parameters of type DeploymentUnitMetadata | |
---|---|
protected BeanDefinitionAnnotationComponentContributor |
JeeBeanFactoryPostProcessor.createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
Hook for bean-aware, component contributor. |
Uses of DeploymentUnitMetadata in org.springframework.jee.ejb |
---|
Constructors in org.springframework.jee.ejb with parameters of type DeploymentUnitMetadata | |
---|---|
EjbMetadata(DeploymentUnitMetadata dum,
String name,
Class<?> componentClass,
BeanType beanType)
|
Uses of DeploymentUnitMetadata in org.springframework.jee.ejb.config |
---|
Methods in org.springframework.jee.ejb.config with parameters of type DeploymentUnitMetadata | |
---|---|
protected BeanDefinitionAnnotationComponentContributor |
JeeEjbBeanFactoryPostProcessor.createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
|
Uses of DeploymentUnitMetadata in org.springframework.jee.inject |
---|
Methods in org.springframework.jee.inject that return DeploymentUnitMetadata | |
---|---|
DeploymentUnitMetadata |
Jsr250Metadata.getDeploymentUnitMetadata()
|
Uses of DeploymentUnitMetadata in org.springframework.jee.intercept |
---|
Constructors in org.springframework.jee.intercept with parameters of type DeploymentUnitMetadata | |
---|---|
JeeInterceptorPointcutAdvisor(Method targetMethod,
JeeInterceptorInterceptor advice,
DeploymentUnitMetadata deploymentUnitMetadata,
Map<Object,InterceptionMetadata.InterceptorExclusion> exclusion,
Set<Object> interceptorOrderObject)
|
Uses of DeploymentUnitMetadata in org.springframework.jee.server |
---|
Methods in org.springframework.jee.server with parameters of type DeploymentUnitMetadata | |
---|---|
GenericApplicationContext |
EjbBootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
|
GenericApplicationContext |
Bootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
GenericApplicationContext |
Bootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata,
String... optionalSpringLocations)
Deploy using the given ComponentContributor, also looking for well-known resources using the given ResourceLoader. |
Uses of DeploymentUnitMetadata in org.springframework.jee.spi |
---|
Methods in org.springframework.jee.spi with parameters of type DeploymentUnitMetadata | |
---|---|
GenericApplicationContext |
WLSBootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata,
String... optionalSpringLocations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |