Interface RedirectionActionBuilder


  • public interface RedirectionActionBuilder
    Return the redirection action to perform.
    Since:
    1.9.0
    Author:
    Jerome Leleu
    • Method Detail

      • getRedirectionAction

        Optional<RedirectionAction> getRedirectionAction​(WebContext context)
        Return the appropriate "redirection" action.
        Parameters:
        context - the web context
        Returns:
        the "redirection" action (optional)