| Interface | Description |
|---|---|
| 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 |
|---|---|
| DiscoverableInjectionProvider |
InjectionProviders that implement this interface
can be configured via META-INF/services/com.sun.faces.spi.InjectionProvider. |
| InjectionProviderFactory |
A factory for creating
InjectionProvider
instances. |
| ManagedBeanFactory |
Define the interface for instantiating a jsf
managed-bean instance and discovering its scope. |
| ManagedBeanFactoryWrapper |
This is intended to be the main access point to the pluggable
ManagedBeanFactory mechanism. |
| SerializationProviderFactory |
A factory for creating
SerializationProvider
instances. |
| Enum | Description |
|---|---|
| ManagedBeanFactory.Scope |
| Exception | Description |
|---|---|
| InjectionProviderException |
Wraps any exception thrown by an implementation
of
InjectionProvider. |
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.