public class FlowCallNodeImpl
extends javax.faces.flow.FlowCallNode
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,javax.faces.flow.Parameter> |
_outboundParameters |
private javax.el.ValueExpression |
calledFlowDocumentIdVE |
private javax.el.ValueExpression |
calledFlowIdVE |
private java.lang.String |
id |
private java.util.Map<java.lang.String,javax.faces.flow.Parameter> |
outboundParameters |
private static long |
serialVersionUID |
Constructor and Description |
---|
FlowCallNodeImpl(java.lang.String id,
java.lang.String calledFlowDocumentId,
java.lang.String calledFlowId,
java.util.List<javax.faces.flow.Parameter> outboundParametersFromConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,javax.faces.flow.Parameter> |
_getOutboundParameters() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCalledFlowDocumentId(javax.faces.context.FacesContext context) |
java.lang.String |
getCalledFlowId(javax.faces.context.FacesContext context) |
java.lang.String |
getId() |
java.util.Map<java.lang.String,javax.faces.flow.Parameter> |
getOutboundParameters() |
int |
hashCode() |
private static final long serialVersionUID
private final java.lang.String id
private final javax.el.ValueExpression calledFlowIdVE
private final javax.el.ValueExpression calledFlowDocumentIdVE
private java.util.Map<java.lang.String,javax.faces.flow.Parameter> _outboundParameters
private java.util.Map<java.lang.String,javax.faces.flow.Parameter> outboundParameters
public FlowCallNodeImpl(java.lang.String id, java.lang.String calledFlowDocumentId, java.lang.String calledFlowId, java.util.List<javax.faces.flow.Parameter> outboundParametersFromConfig)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getId()
getId
in class javax.faces.flow.FlowNode
public java.lang.String getCalledFlowDocumentId(javax.faces.context.FacesContext context)
getCalledFlowDocumentId
in class javax.faces.flow.FlowCallNode
public java.lang.String getCalledFlowId(javax.faces.context.FacesContext context)
getCalledFlowId
in class javax.faces.flow.FlowCallNode
public java.util.Map<java.lang.String,javax.faces.flow.Parameter> _getOutboundParameters()
public java.util.Map<java.lang.String,javax.faces.flow.Parameter> getOutboundParameters()
getOutboundParameters
in class javax.faces.flow.FlowCallNode
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.