Interface | Description |
---|---|
AnnotationScanner | |
AnnotationScanner.ScannedAnnotation | |
ConfigurationResourceProvider |
Classes that implement this interface return zero or more
URL s which refer to application configuration resources. |
FaceletConfigResourceProvider |
Classes that implement this interface return zero or more
URL s which refer to application configuration resources (i.e. |
FacesConfigResourceProvider |
Classes that implement this interface return zero or more
URL s which refer to application configuration resources (i.e. |
HighAvailabilityEnabler |
This interface is for JSF to check if the app server has HA enabled.
|
InjectionProvider |
This interface defines an integration point for Java EE vendors.
|
SerializationProvider |
This interface provides a mechanism to allow the use
of alternate Java Serialization implementations.
|
Class | Description |
---|---|
AnnotationProvider |
An integration point for integrators to provide custom annotation scanning.
|
AnnotationProviderFactory | |
ConfigurationResourceProviderFactory |
Factory class for creating
ConfigurationResourceProvider instances
using the Java services discovery mechanism. |
DiscoverableInjectionProvider |
InjectionProvider s that implement this interface
can be configured via META-INF/services/com.sun.faces.spi.injectionprovider . |
InjectionProviderFactory |
A factory for creating
InjectionProvider
instances. |
InjectionProviderFactory.NoopInjectionProvider |
A no-op implementation of
InjectionProvider which will
be used when the #INJECTION_PROVIDER_PROPERTY is not specified or
is invalid. |
SerializationProviderFactory |
A factory for creating
SerializationProvider
instances. |
SerializationProviderFactory.JavaSerializationProvider |
An implementation of
SerializationProvider which
uses standard Java serialization. |
ServiceFactoryUtils |
Base class for service discovery.
|
Enum | Description |
---|---|
ConfigurationResourceProviderFactory.ProviderType |
Exception | Description |
---|---|
InjectionProviderException |
Wraps any exception thrown by an implementation
of
InjectionProvider . |
Copyright ? 2002-2010 Oracle America, Inc. All Rights Reserved.