Uses of Interface
com.sun.faces.spi.InjectionProvider
-
Packages that use InjectionProvider Package Description com.sun.faces.application com.sun.faces.config.manager.tasks com.sun.faces.spi com.sun.faces.vendor -
-
Uses of InjectionProvider in com.sun.faces.application
Methods in com.sun.faces.application that return InjectionProvider Modifier and Type Method Description InjectionProviderApplicationAssociate. getInjectionProvider() -
Uses of InjectionProvider in com.sun.faces.config.manager.tasks
Constructors in com.sun.faces.config.manager.tasks with parameters of type InjectionProvider Constructor Description ProvideMetadataToAnnotationScanTask(DocumentInfo[] documentInfos, InjectionProvider containerConnector) -
Uses of InjectionProvider in com.sun.faces.spi
Classes in com.sun.faces.spi that implement InjectionProvider Modifier and Type Class Description classDiscoverableInjectionProviderInjectionProviders that implement this interface can be configured viaMETA-INF/services/com.sun.faces.spi.injectionprovider.Methods in com.sun.faces.spi that return InjectionProvider Modifier and Type Method Description static InjectionProviderInjectionProviderFactory. createInstance(ExternalContext extContext)Creates a new instance of the class specified by thecom.sun.faces.InjectionProvidersystem property. -
Uses of InjectionProvider in com.sun.faces.vendor
Classes in com.sun.faces.vendor that implement InjectionProvider Modifier and Type Class Description classWebContainerInjectionProviderThisInjectionProviderwill be used if thePostConstructandPreDestroyannotations are present, but no specificInjectionProviderhas been configured.
-