Class InquireInterruptAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class InquireInterruptAction
    extends org.springframework.webflow.action.AbstractAction
    Since:
    5.2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHENTICATION_ATTRIBUTE_FINALIZED_INTERRUPT
      Attribute recorded in authentication to indicate interrupt is finalized.
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AUTHENTICATION_ATTRIBUTE_FINALIZED_INTERRUPT

        public static final java.lang.String AUTHENTICATION_ATTRIBUTE_FINALIZED_INTERRUPT
        Attribute recorded in authentication to indicate interrupt is finalized.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InquireInterruptAction

        public InquireInterruptAction()
    • Method Detail

      • doExecute

        protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction