|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContributor | |
---|---|
org.springframework.jee.ejb | EJB metadata. |
org.springframework.jee.inject | JSR250 Support. |
org.springframework.jee.server | Bootstrapping support for server environments. |
Uses of ComponentContributor in org.springframework.jee.ejb |
---|
Classes in org.springframework.jee.ejb that implement ComponentContributor | |
---|---|
class |
EjbAnnotationComponentContributor
Component contributor for EJB3 environments. |
Uses of ComponentContributor in org.springframework.jee.inject |
---|
Classes in org.springframework.jee.inject that implement ComponentContributor | |
---|---|
class |
AnnotationComponentContributor
ComponentContributor targeted at an array of classes, useful in tests. |
class |
BeanDefinitionAnnotationComponentContributor
Default ComponentContributor. |
class |
ChainedProcessorsComponentContributor
Support for annotation-based component contributors that uses internally a chain of metadata processors. |
Uses of ComponentContributor in org.springframework.jee.server |
---|
Methods in org.springframework.jee.server with parameters of type ComponentContributor | |
---|---|
org.springframework.context.support.GenericApplicationContext |
Bootstrap.deploy(ComponentContributor componentContributor)
Deploy the contributed components, ignoring standard or proprietary deployment descriptors. |
org.springframework.context.support.GenericApplicationContext |
Bootstrap.deploy(org.springframework.core.io.ResourceLoader resourceLoader,
ComponentContributor componentContributor)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
org.springframework.context.support.GenericApplicationContext |
Bootstrap.deploy(java.lang.String[] requiredSpringLocations,
org.springframework.core.io.ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
org.springframework.context.support.GenericApplicationContext |
EjbBootstrap.deploy(java.lang.String[] requiredSpringLocations,
org.springframework.core.io.ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
|
org.springframework.context.support.GenericApplicationContext |
Bootstrap.deploy(java.lang.String[] requiredSpringLocations,
org.springframework.core.io.ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata,
java.lang.String... optionalSpringLocations)
Deploy using the given ComponentContributor, also looking for well-known resources using the given ResourceLoader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |