org.springframework.webflow.mvc.view
Class ViewActionStateHolder

java.lang.Object
  extended by 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

Field Summary
static String KEY
           
 
Constructor Summary
ViewActionStateHolder(String eventId, boolean userEventProcessed, MappingResults mappingResults)
           
 
Method Summary
 String getEventId()
           
 MappingResults getMappingResults()
           
 boolean getUserEventProcessed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values
Constructor Detail

ViewActionStateHolder

public ViewActionStateHolder(String eventId,
                             boolean userEventProcessed,
                             MappingResults mappingResults)
Method Detail

getEventId

public String getEventId()

getUserEventProcessed

public boolean getUserEventProcessed()

getMappingResults

public MappingResults getMappingResults()

toString

public String toString()
Overrides:
toString in class Object