Uses of Class
jakarta.faces.flow.ReturnNode
-
Packages that use ReturnNode Package Description com.sun.faces.flow jakarta.faces.flow The runtime API for Faces Flows. -
-
Uses of ReturnNode in com.sun.faces.flow
Subclasses of ReturnNode in com.sun.faces.flow Modifier and Type Class Description classReturnNodeImplMethods in com.sun.faces.flow that return types with arguments of type ReturnNode Modifier and Type Method Description Map<String,ReturnNode>FlowImpl. _getReturns()Map<String,ReturnNode>FlowImpl. getReturns() -
Uses of ReturnNode in jakarta.faces.flow
Methods in jakarta.faces.flow that return types with arguments of type ReturnNode Modifier and Type Method Description abstract Map<String,ReturnNode>Flow. getReturns()Return an immutable data structure containing all of the return nodes declared for this flow.
-