Class ServiceWarningAction

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

    public class ServiceWarningAction
    extends org.springframework.webflow.action.AbstractAction
    This is ServiceWarningAction. Populates the view with the target url of the application after the warning screen is displayed.
    Since:
    5.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PARAMETER_NAME_IGNORE_WARNING
      Parameter name indicating that warning should be ignored and removed.
      • 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 context)  
      • 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

      • PARAMETER_NAME_IGNORE_WARNING

        public static final java.lang.String PARAMETER_NAME_IGNORE_WARNING
        Parameter name indicating that warning should be ignored and removed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceWarningAction

        public ServiceWarningAction()
    • Method Detail

      • doExecute

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