Class RestfulLoginWebflowDecorator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decorate​(org.springframework.webflow.execution.RequestContext requestContext, org.springframework.context.ApplicationContext applicationContext)
      Decorate the request context in the webflow with additional info and manipulate relevant scopes.
      • Methods inherited from class java.lang.Object

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

      • RestfulLoginWebflowDecorator

        public RestfulLoginWebflowDecorator()
    • Method Detail

      • decorate

        public void decorate​(org.springframework.webflow.execution.RequestContext requestContext,
                             org.springframework.context.ApplicationContext applicationContext)
        Description copied from interface: WebflowDecorator
        Decorate the request context in the webflow with additional info and manipulate relevant scopes. Note that objects put into the webflow as the result of decorations MUST be serializable.
        Specified by:
        decorate in interface WebflowDecorator
        Parameters:
        requestContext - the context
        applicationContext - the application context