Uses of Class
jakarta.faces.flow.SwitchNode
-
Packages that use SwitchNode Package Description com.sun.faces.flow jakarta.faces.flow -
-
Uses of SwitchNode in com.sun.faces.flow
Subclasses of SwitchNode in com.sun.faces.flow Modifier and Type Class Description classSwitchNodeImplMethods in com.sun.faces.flow that return types with arguments of type SwitchNode Modifier and Type Method Description Map<String,SwitchNode>FlowImpl. _getSwitches()Map<String,SwitchNode>FlowImpl. getSwitches() -
Uses of SwitchNode in jakarta.faces.flow
Methods in jakarta.faces.flow that return types with arguments of type SwitchNode Modifier and Type Method Description abstract Map<String,SwitchNode>Flow. getSwitches()Return an immutable data structure containing all of the switch nodes declared for this flow.
-