| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.flow | |
| javax.faces.application | |
| javax.faces.flow |
| Modifier and Type | Method and Description |
|---|---|
FlowHandler |
ApplicationImpl.getFlowHandler() |
FlowHandler |
ApplicationAssociate.getFlowHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationImpl.setFlowHandler(FlowHandler flowHandler) |
void |
ApplicationAssociate.setFlowHandler(FlowHandler flowHandler) |
| Modifier and Type | Method and Description |
|---|---|
FlowHandler |
Singletons.getFlowHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Singletons.setFlowHandler(FlowHandler flowHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowHandler |
FlowHandlerFactoryImpl.createFlowHandler(FacesContext context)
Create the flow handler.
|
| 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 |
|---|---|
FlowHandler |
FlowHandlerFactoryWrapper.createFlowHandler(FacesContext context) |
abstract FlowHandler |
FlowHandlerFactory.createFlowHandler(FacesContext context)
Create the singleton instance of
|
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.