| Interface | Description |
|---|---|
| SuspendCallback |
Interface to use with
ApplicationContextManager.suspendContext(FacesContext, SuspendCallback) to determine the extend of context suspension. |
| Class | Description |
|---|---|
| AdfFacesContext |
A context object that largely exists as a mirror for the Apache Trinidad RequestContext, but also provides ADF Faces-specific APIs.
|
| Agent | Deprecated |
| ApplicationContextChange |
ApplicationContextChange represents a change to the runtime context of an ADF application.
|
| ApplicationContextManager | Deprecated
use
ComponentContextManager instead of this class |
| ApplicationContextManager.ComponentContextChangeWrapper |
Class to allow a
ComponentContextChange to be wrapped as a ApplicationContextChange instance. |
| ApplicationContextManager.SuspendedContext |
Opaque handle representing a set of suspended context changes.
|
| BackingBeanScopeProvider |
Abstract implementation for code that provides backing bean scope; this may be overridden.
|
| DialogService |
Largely a mirror for the Trinidad DialogService, this class also contains additional DialogService functionality that is only exposed by the rich client framework.
|
| DirtyPageHandler |
META_INF/services-based application-scoped object for tracking whether navigation will result in data loss.
|
| DirtyPageHandler.DirtyPageContext |
Context class passed to the DirtyPageHandler's
trackNavigation when DirtyPageHandler needs to track navigation and call confirmNavigation when a navigation will result in the loss of uncommitted data |
| DoableContextChange |
ApplicationContextChange designed to both has suspending and resuming the change as well as implementing the change after the DoableContextChange is created.
|
| ExceptionHandler |
Allows frameworks to intercept otherwise unhandled exceptions thrown during the JSF lifecycle.
|
| NewSessionURLProvider | |
| NewSessionURLProviderBase |
Base implementation of the NewSessionURLProvider
|
| Page | |
| PageFlowScopeProvider | Deprecated
use the Trinidad PageFlowScopeProvider
|
| PageResolver | Deprecated
use the Trinidad PageResolver
|
| SiteMapContentProvider |
Defines a contract for a provider of sitemap XML entries.
|
| SiteMapContentProvider.SiteMapEntry |
Represents a single entry for a sitemap.xml file
|
| UnassociatedPage | |
| UriManager |
Provides abstraction for dealing with the browser's URI
|
| UriManagerBase |
Base implementation of the UriManager
|
| ViewScopeProvider |
META_INF/services-based application-scoped factory.
|
| WindowIdProvider | Deprecated
Use
WindowManager. |
| WindowIdProviderBase | Deprecated
Use
WindowManager. |
| Enum | Description |
|---|---|
| AdfFacesContext.OutputMode |
Enumeration representing OutputModes
|
| AdfFacesContext.PayloadType |
Enumeration of the types of postback payloads supported by ADF.
|
| DirtyPageHandler.UncommittedDataWarning |
Possible Uncommitted Data warning configuration options
|
| SiteMapContentProvider.ChangeFrequency | |
| SuspendCallback.SuspendResult |