Class ConsumerExecutionAction

  • All Implemented Interfaces:
    org.springframework.webflow.execution.Action

    public class ConsumerExecutionAction
    extends java.lang.Object
    implements org.springframework.webflow.execution.Action
    Since:
    6.4.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.execution.Event execute​(org.springframework.webflow.execution.RequestContext requestContext)  
      • Methods inherited from class java.lang.Object

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

      • ConsumerExecutionAction

        public ConsumerExecutionAction()
    • Method Detail

      • execute

        public org.springframework.webflow.execution.Event execute​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        execute in interface org.springframework.webflow.execution.Action