| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="j" uri="http://xmlns.jcp.org/jsf/flow" %>
<anyxmlelement xmlns:j="http://xmlns.jcp.org/jsf/flow" />
Tag Library Information | |
Display Name | Faces Flows |
Version | 2.2 |
Short Name | j |
URI | http://xmlns.jcp.org/jsf/flow |
Tag Summary | |
faces-flow-return | Define a return node in a flow graph. VDL usage This element must contain exactly one faces-config usage The semantics are identical when used in a faces-config. |
switch | Define a switch node in a flow graph. VDL usage This element must contain one or more faces-config usage The semantics are identical when used in a faces-config. |
if | The content of this element must be an EL expression that may be invoked when the containing swich is activated. If the expresion returns The semantics of this element are identical whether it is used in a VDL view or in a faces-config file. |
| |||||||
FRAMES NO FRAMES |