org.springframework.webflow.mvc.view
Class ViewActionStateHolder
java.lang.Object
org.springframework.webflow.mvc.view.ViewActionStateHolder
- All Implemented Interfaces:
- Serializable
public class ViewActionStateHolder
- extends Object
- implements Serializable
Holder class for passing Spring MVC view action state through a redirect.
- Author:
- Scott Andrews
- See Also:
- Serialized Form
KEY
public static final String KEY
- See Also:
- Constant Field Values
ViewActionStateHolder
public ViewActionStateHolder(String eventId,
boolean userEventProcessed,
MappingResults mappingResults)
getEventId
public String getEventId()
getUserEventProcessed
public boolean getUserEventProcessed()
getMappingResults
public MappingResults getMappingResults()
toString
public String toString()
- Overrides:
toString
in class Object