|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faces.spi.DiscoverableInjectionProvider
public abstract class DiscoverableInjectionProvider
InjectionProviders that implement this interface
can be configured via META-INF/services/com.sun.faces.spi.InjectionProvider.
The format of the configuration entries is:
<InjectionProviderClassName>:<DelegateClassName>Example:
com.sun.faces.vendor.GlassFishInjectionProvider:com.sun.enterprise.InjectionManagerMultiple DiscoverableInjectionProviders can be configured
within a single services entry.
| Constructor Summary | |
|---|---|
DiscoverableInjectionProvider()
|
|
| Method Summary | |
|---|---|
static boolean |
isInjectionFeatureAvailable(java.lang.String delegateClass)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.faces.spi.InjectionProvider |
|---|
inject, invokePostConstruct, invokePreDestroy |
| Constructor Detail |
|---|
public DiscoverableInjectionProvider()
| Method Detail |
|---|
public static boolean isInjectionFeatureAvailable(java.lang.String delegateClass)
delegateClass - the name of the delegate used by the
InjectionProvider implementation.
true if the
InjectionProvider instance
is appropriate for the container its currently
deployed within, otherwise return false
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||