| Interface | Description |
|---|---|
| AnnotationScanner | |
| AnnotationScanner.ScannedAnnotation | |
| ConfigurationResourceProvider |
Classes that implement this interface return zero or more
URLs which refer to application configuration
resources. |
| FaceletConfigResourceProvider |
Classes that implement this interface return zero or more
URLs which refer to application configuration
resources (i.e. |
| FacesConfigResourceProvider |
Classes that implement this interface return zero or more
URLs which refer to application configuration
resources (i.e. |
| HighAvailabilityEnabler |
This interface is for Faces to check if the app server has HA enabled.
|
| InjectionProvider |
This interface defines an integration point for Jakarta EE vendors.
|
| SerializationProvider |
This interface provides a mechanism to allow the use of alternate Java Serialization implementations.
|
| ThreadContext |
| 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 |
InjectionProviders that implement this interface can be configured via
META-INF/services/com.sun.faces.spi.injectionprovider. |
| InjectionProviderFactory |
A factory for creating
InjectionProvider instances. |
| SerializationProviderFactory |
A factory for creating
SerializationProvider instances. |
| Enum | Description |
|---|---|
| ConfigurationResourceProviderFactory.ProviderType |
| Exception | Description |
|---|---|
| InjectionProviderException |
Wraps any exception thrown by an implementation of
InjectionProvider. |
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.