Class ViewActionStateHolder
java.lang.Object
org.springframework.webflow.mvc.view.ViewActionStateHolder
- All Implemented Interfaces:
Serializable
Holder class for passing Spring MVC view action state through a redirect.
- Author:
- Scott Andrews
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionViewActionStateHolder
(String eventId, boolean userEventProcessed, MappingResults mappingResults) -
Method Summary
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
ViewActionStateHolder
public ViewActionStateHolder(String eventId, boolean userEventProcessed, MappingResults mappingResults)
-
-
Method Details