Package com.sun.faces.flow
Class FlowCallNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.FlowCallNode
com.sun.faces.flow.FlowCallNodeImpl
- All Implemented Interfaces:
Serializable
public class FlowCallNodeImpl extends FlowCallNode implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Map<String,Parameter>_getOutboundParameters()booleanequals(Object obj)StringgetCalledFlowDocumentId(FacesContext context)StringgetCalledFlowId(FacesContext context)StringgetId()Map<String,Parameter>getOutboundParameters()inthashCode()
-
Constructor Details
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
-
getCalledFlowDocumentId
- Specified by:
getCalledFlowDocumentIdin classFlowCallNode
-
getCalledFlowId
- Specified by:
getCalledFlowIdin classFlowCallNode
-
_getOutboundParameters
-
getOutboundParameters
- Specified by:
getOutboundParametersin classFlowCallNode
-