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.flow |
The runtime API for Faces Flows. |
Modifier and Type | Method and Description |
---|---|
FlowHandler |
ApplicationWrapper.getFlowHandler() |
FlowHandler |
Application.getFlowHandler()
Return the thread-safe singleton
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationWrapper.setFlowHandler(FlowHandler newHandler) |
void |
Application.setFlowHandler(FlowHandler newHandler)
Set the |
Modifier and Type | Method and Description |
---|---|
FlowHandler |
FlowHandlerFactoryWrapper.createFlowHandler(FacesContext context) |
abstract FlowHandler |
FlowHandlerFactory.createFlowHandler(FacesContext context)
Create the singleton instance of
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.