| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationImpl
Application represents a per-web-application singleton object where applications
based on JavaServer Faces (or implementations wishing to provide extended functionality) can
register application-wide singletons that provide functionality required by JavaServer Faces.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationFactoryImpl.getApplication()
Create (if needed) and return an
Application instance
for this web application. |
Application |
ApplicationAssociate.getApplication() |
Application |
InjectionApplicationFactory.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationFactoryImpl.setApplication(Application application)
Replace the
Application instance that will be
returned for this web application. |
void |
InjectionApplicationFactory.setApplication(Application application) |
| Constructor and Description |
|---|
PropertyEditorHelper(Application app) |
| Modifier and Type | Method and Description |
|---|---|
ProjectStage |
Stage.getProjectStage(Application application) |
| Modifier and Type | Method and Description |
|---|---|
Application |
InitFacesContext.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
AbstractConfigProcessor.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
Application |
FacesContextImpl.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected static Application |
MessageFactory.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ELResolverInitPhaseListener.populateFacesELResolverForJsp(Application app,
ApplicationAssociate appAssociate) |
| Modifier and Type | Method and Description |
|---|---|
protected static Application |
MessageFactory.getApplication() |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationWrapper
Provides a simple implementation of |
| Modifier and Type | Method and Description |
|---|---|
abstract Application |
ApplicationFactory.getApplication()
Create (if needed) and return an
Application instance for this web application. |
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. |
| Constructor and Description |
|---|
ApplicationWrapper(Application wrapped)
If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
| Modifier and Type | Method and Description |
|---|---|
abstract Application |
FacesContext.getApplication()
Return the
Application instance associated with this web application. |
Application |
FacesContextWrapper.getApplication()
The default behavior of this method is to
call
FacesContext.getApplication()
on the wrapped FacesContext object. |
| 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
|
PostConstructApplicationEvent(FacesContext facesContext,
Application application)
Constructs a new
|
PreDestroyApplicationEvent(Application application)
Constructs a new
|
PreDestroyApplicationEvent(FacesContext facesContext,
Application application)
Constructs a new
|
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.