Package net.shibboleth.idp.ui.csrf
Class BaseCSRFTest.MockViewState
java.lang.Object
org.springframework.webflow.core.AnnotatedObject
org.springframework.webflow.engine.State
org.springframework.webflow.engine.TransitionableState
org.springframework.webflow.engine.ViewState
net.shibboleth.idp.ui.csrf.BaseCSRFTest.MockViewState
- All Implemented Interfaces:
Annotated,StateDefinition,TransitionableStateDefinition
- Enclosing class:
- BaseCSRFTest
Simple mock view-state with a no-op viewFactory.
-
Field Summary
Fields inherited from class org.springframework.webflow.core.AnnotatedObject
CAPTION_PROPERTY, DESCRIPTION_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.webflow.engine.ViewState
addVariable, addVariables, appendToString, doEnter, doPreEntryActions, exit, getPopup, getRedirect, getRenderActionList, getVariable, getVariables, getViewFactory, isViewState, resume, setPopup, setRedirectMethods inherited from class org.springframework.webflow.engine.TransitionableState
getExitActionList, getRequiredTransition, getTransition, getTransitions, getTransitionSet, handleEventMethods inherited from class org.springframework.webflow.engine.State
enter, equals, getEntryActionList, getExceptionHandlerSet, getFlow, getId, getOwner, handleException, hashCode, isStartState, toStringMethods inherited from class org.springframework.webflow.core.AnnotatedObject
getAttributes, getCaption, getDescription, setCaption, setDescriptionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.webflow.core.Annotated
getAttributes, getCaption, getDescriptionMethods inherited from interface org.springframework.webflow.definition.StateDefinition
getId, getOwner
-
Constructor Details
-
MockViewState
-