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 |
Application.getFlowHandler()
Return the thread-safe singleton
|
FlowHandler |
ApplicationWrapper.getFlowHandler() |
Modifier and Type | Method and Description |
---|---|
void |
Application.setFlowHandler(FlowHandler newHandler)
Set the |
void |
ApplicationWrapper.setFlowHandler(FlowHandler newHandler) |
Modifier and Type | Method and Description |
---|---|
abstract FlowHandler |
FlowHandlerFactory.createFlowHandler(FacesContext context)
Create the singleton instance of
|
FlowHandler |
FlowHandlerFactoryWrapper.createFlowHandler(FacesContext context) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.