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

public class StaticEventExecutionAction extends BaseCasWebflowAction
Since:
5.3.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.springframework.webflow.execution.Action
    Null/NoOp action.
    static final org.springframework.webflow.execution.Action
    Success action.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, execute, getEventFactorySupport

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NULL

      public static final org.springframework.webflow.execution.Action NULL
      Null/NoOp action.
    • SUCCESS

      public static final org.springframework.webflow.execution.Action SUCCESS
      Success action.
  • Constructor Details

    • StaticEventExecutionAction

      public StaticEventExecutionAction(String eventId)