|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Flow | |
|---|---|
| org.ploin.web.faces.phaselistener | Her you can find the JsfPahseListener, used for logging and other suff. |
| org.ploin.web.flow | This Package containes the Flow-Logic and the Flow-Bean. |
| Uses of Flow in org.ploin.web.faces.phaselistener |
|---|
| Methods in org.ploin.web.faces.phaselistener with parameters of type Flow | |
|---|---|
void |
JsfPhaseListener06.processLeavingFlow(javax.faces.context.FacesContext fc,
javax.servlet.http.HttpSession session,
List<Flow> flows,
Flow flow,
String fromViewId,
String toViewId)
|
void |
JsfPhaseListener06.stayInFlow(Flow flow,
javax.faces.context.FacesContext fc)
|
| Method parameters in org.ploin.web.faces.phaselistener with type arguments of type Flow | |
|---|---|
void |
JsfPhaseListener06.processLeavingFlow(javax.faces.context.FacesContext fc,
javax.servlet.http.HttpSession session,
List<Flow> flows,
Flow flow,
String fromViewId,
String toViewId)
|
| Uses of Flow in org.ploin.web.flow |
|---|
| Methods in org.ploin.web.flow that return Flow | |
|---|---|
Flow |
FlowControl.getFlowById(String flowId,
List<Flow> flows)
|
| Methods in org.ploin.web.flow that return types with arguments of type Flow | |
|---|---|
List<Flow> |
FlowControl.readFlows()
This method read the "ploinFlows.xml" and build an object-graph. |
| Methods in org.ploin.web.flow with parameters of type Flow | |
|---|---|
boolean |
FlowControl.isViewInSubFlows(List<Flow> flows,
Flow actualFlow,
String goToViewId)
This methode checks if the goToViewId is is a subFlow |
void |
FlowControl.leaveFlow(Flow flow,
javax.faces.context.FacesContext fc,
javax.servlet.http.HttpSession session)
|
| Method parameters in org.ploin.web.flow with type arguments of type Flow | |
|---|---|
Flow |
FlowControl.getFlowById(String flowId,
List<Flow> flows)
|
String |
FlowControl.getFlowIdForViewInFlowPath(List<Flow> flows,
Set<String> flowPath,
String goToViewId)
|
boolean |
FlowControl.isViewInFlowPath(List<Flow> flows,
Set<String> flowPath,
String goToViewId)
|
boolean |
FlowControl.isViewInFlowPathPeek(List<Flow> flows,
String flowId,
String goToViewId)
|
boolean |
FlowControl.isViewInSubFlows(List<Flow> flows,
Flow actualFlow,
String goToViewId)
This methode checks if the goToViewId is is a subFlow |
void |
FlowControl.leaveFlow(List<Flow> flows,
String flowId,
javax.faces.context.FacesContext fc,
javax.servlet.http.HttpSession session)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||