| Package | Description |
|---|---|
| com.sun.faces.application | |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationFactoryImpl
Default implementation of
ApplicationFactory. |
class |
InjectionApplicationFactory
This
ApplicationFactory is responsible for injecting the default
Application instance into the top-level Application as configured by the runtime. |
| Constructor and Description |
|---|
InjectionApplicationFactory(ApplicationFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFactory |
ApplicationFactory.getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. |
| Constructor and Description |
|---|
ApplicationFactory(ApplicationFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.