|
||||||||||
| 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 | |
|---|---|
GenericApplicationContext |
Bootstrap.deploy(ComponentContributor componentContributor)
Deploy the contributed components, ignoring standard or proprietary deployment descriptors. |
GenericApplicationContext |
Bootstrap.deploy(ResourceLoader resourceLoader,
ComponentContributor componentContributor)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||