Package | Description |
---|---|
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.convert |
Contains classes and interfaces
defining converters.
|
javax.faces.event |
Interfaces describing events and event
listeners, and concrete event implementation classes.
|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationWrapper
Provides a simple implementation of
|
Modifier and Type | Field and Description |
---|---|
private Application |
Application.defaultApplication |
Modifier and Type | Method and Description |
---|---|
abstract Application |
ApplicationFactory.getApplication()
Create (if needed) and return an
Application instance
for this web application. |
abstract Application |
ApplicationWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ApplicationFactory.setApplication(Application application)
Replace the
Application instance that will be
returned for this web application. |
Modifier and Type | Method and Description |
---|---|
protected static Application |
MessageFactory.getApplication() |
Modifier and Type | Method and Description |
---|---|
private static void |
UIComponentBase.disconnectFromView(FacesContext context,
Application application,
UIComponent component) |
private static void |
UIComponentBase.publishAfterViewEvents(FacesContext context,
Application application,
UIComponent component) |
Modifier and Type | Method and Description |
---|---|
Application |
FacesContextWrapper.getApplication()
The default behavior of this method is to
call
FacesContext.getApplication()
on the wrapped FacesContext object. |
abstract Application |
FacesContext.getApplication()
Return the
Application instance associated with this web application. |
Modifier and Type | Method and Description |
---|---|
protected static Application |
MessageFactory.getApplication() |
Modifier and Type | Method and Description |
---|---|
Application |
PreDestroyApplicationEvent.getApplication()
The source |
Application |
PostConstructApplicationEvent.getApplication()
The source |
Constructor and Description |
---|
PostConstructApplicationEvent(Application application)
Constructs a new
|
PreDestroyApplicationEvent(Application application)
Constructs a new
|
Modifier and Type | Method and Description |
---|---|
protected static Application |
MessageFactory.getApplication() |
Modifier and Type | Method and Description |
---|---|
protected static Application |
MessageFactory.getApplication() |