Uses of Interface
com.sun.faces.spi.InjectionProvider
Package
Description
-
Uses of InjectionProvider in com.sun.faces.application
-
Uses of InjectionProvider in com.sun.faces.config.manager.tasks
ModifierConstructorDescriptionProvideMetadataToAnnotationScanTask
(DocumentInfo[] documentInfos, InjectionProvider containerConnector) -
Uses of InjectionProvider in com.sun.faces.spi
Modifier and TypeClassDescriptionclass
InjectionProvider
s that implement this interface can be configured viaMETA-INF/services/com.sun.faces.spi.injectionprovider
.Modifier and TypeMethodDescriptionstatic InjectionProvider
InjectionProviderFactory.createInstance
(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvider
system property. -
Uses of InjectionProvider in com.sun.faces.vendor
Modifier and TypeClassDescriptionclass
ThisInjectionProvider
will be used if thePostConstruct
andPreDestroy
annotations are present, but no specificInjectionProvider
has been configured.