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 © 2017 JBoss by Red Hat. All rights reserved.