| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.application.applicationimpl.events | |
| com.sun.faces.application.view | |
| com.sun.faces.context | |
| com.sun.faces.mgbean | |
| com.sun.faces.push | |
| javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
| javax.faces.component |
Fundamental APIs for user
interface components.
|
| javax.faces.context |
Classes and interfaces
defining per-request state information.
|
| javax.faces.event |
Interfaces describing
events and event listeners, and concrete event implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidateComponentNesting
ValidateFormComponentNesting performs component tree validation to assure
ActionSource ,
ActionSource2 and EditableValueHolder components are placed inside a form. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationImpl.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener) |
void |
ApplicationImpl.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener) |
void |
ApplicationImpl.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener) |
void |
ApplicationImpl.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
Events.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener) |
void |
Events.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener) |
void |
Events.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Set<SystemEventListener> |
EventInfo.getListeners() |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewScopeEventListener
The ViewScope event listener.
|
class |
ViewScopeManager
The manager that deals with non-CDI and CDI ViewScoped beans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxExceptionHandlerImpl
A specialized implementation of
ExceptionHandler for JSF 2.0 that
handles exceptions by writing error information to the
partial response. |
class |
AjaxNoAjaxExceptionHandler |
class |
ExceptionHandlerImpl
The default implementation of
ExceptionHandler for JSF 2.0. |
class |
StateContext.DynamicAddRemoveListener
A system event listener which is used to listen for changes on the
component tree after restore view and before rendering out the view.
|
class |
StateContext.NoopAddRemoveListener |
class |
StateContext.StatelessAddRemoveListener
An AddRemoveListener that implements the new dynamic component
strategy where no state is managed by the listener itself.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManager
Main interface for dealing with JSF managed beans
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebsocketFacesListener
This JSF listener for |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWrapper.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
Install the listener instance referenced by
argument |
void |
ApplicationWrapper.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Install the listener instance referenced by
argument |
void |
ApplicationWrapper.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
Remove the listener instance referenced by argument
|
void |
ApplicationWrapper.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Remove the listener instance referenced by argument
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemEventListener> |
UIComponentBase.getListenersForEventClass(Class<? extends SystemEvent> eventClass)
Return the |
List<SystemEventListener> |
UIComponent.getListenersForEventClass(Class<? extends SystemEvent> eventClass)
This implementation throws |
List<SystemEventListener> |
UIViewRoot.getViewListenersForEventClass(Class<? extends SystemEvent> systemEvent)
Return the
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIViewRoot.subscribeToViewEvent(Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
UIViewRoot.unsubscribeFromViewEvent(Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionHandler
ExceptionHandler is the central
point for handling unexpected |
class |
ExceptionHandlerWrapper
Provides
a simple implementation of
ExceptionHandler that can
be subclassed by developers wishing to provide specialized behavior
to an existing ExceptionHandler instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewMapListener
Marker interface for |
| Modifier and Type | Method and Description |
|---|---|
List<SystemEventListener> |
SystemEventListenerHolder.getListenersForEventClass(Class<? extends SystemEvent> facesEventClass)
|
List<SystemEventListener> |
ExceptionQueuedEventContext.getListenersForEventClass(Class<? extends SystemEvent> facesEventClass)
Return a |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.