Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.config.manager.tasks | |
com.sun.faces.mgbean | |
com.sun.faces.spi | |
com.sun.faces.vendor |
Modifier and Type | Method and Description |
---|---|
InjectionProvider |
ApplicationAssociate.getInjectionProvider() |
Constructor and Description |
---|
ProvideMetadataToAnnotationScanTask(DocumentInfo[] documentInfos,
InjectionProvider containerConnector) |
Modifier and Type | Method and Description |
---|---|
Object |
BeanBuilder.build(InjectionProvider injectionProvider,
FacesContext context) |
void |
BeanBuilder.destroy(InjectionProvider injectionProvider,
Object bean) |
protected void |
BeanBuilder.injectResources(Object bean,
InjectionProvider injectionProvider) |
protected void |
BeanBuilder.invokePostConstruct(Object bean,
InjectionProvider injectionProvider) |
Constructor and Description |
---|
BeanManager(InjectionProvider injectionProvider,
boolean lazyBeanValidation) |
BeanManager(InjectionProvider injectionProvider,
Map<String,BeanBuilder> managedBeans,
boolean lazyBeanValidation) |
Modifier and Type | Class and Description |
---|---|
class |
DiscoverableInjectionProvider
InjectionProvider s that implement this interface
can be configured via META-INF/services/com.sun.faces.spi.injectionprovider . |
Modifier and Type | Method and Description |
---|---|
static InjectionProvider |
InjectionProviderFactory.createInstance(ExternalContext extContext)
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider system property. |
Modifier and Type | Class and Description |
---|---|
class |
Jetty6InjectionProvider
See http://docs.codehaus.org/display/JETTY/Annotations for details on Jetty's supported Annotations.
|
class |
Tomcat6InjectionProvider |
class |
WebContainerInjectionProvider
This
InjectionProvider will be used if the PostConstruct and PreDestroy
annotations are present, but no specific InjectionProvider has been configured. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.