Package org.apereo.cas.web.flow.actions
Class StaticEventExecutionAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.StaticEventExecutionAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
This is
StaticEventExecutionAction.- Since:
- 5.3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Field Details
-
NULL
public static final org.springframework.webflow.execution.Action NULLNull/NoOp action. -
SUCCESS
public static final org.springframework.webflow.execution.Action SUCCESSSuccess action.
-
-
Constructor Details
-
StaticEventExecutionAction
-