Interface WebflowDecorator

All Known Implementing Classes:
GroovyLoginWebflowDecorator, RestfulLoginWebflowDecorator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WebflowDecorator
Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decorate(org.springframework.webflow.execution.RequestContext requestContext)
    Decorate the request context in the webflow with additional info and manipulate relevant scopes.
  • Method Details

    • decorate

      void decorate(org.springframework.webflow.execution.RequestContext requestContext) throws Throwable
      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.
      Parameters:
      requestContext - the context
      Throws:
      Throwable - the throwable