Package org.apache.myfaces.flow
Class FlowReference
- java.lang.Object
- 
- org.apache.myfaces.flow.FlowReference
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FlowReference extends Object implements Serializable This class works as a reference that can be stored into session to the current flow.- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FlowReference(String documentId, String id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDocumentId()StringgetId()inthashCode()voidsetDocumentId(String documentId)voidsetId(String id)
 
-