Interface IRedirectAction

All Known Implementing Classes:
RedirectAction, RedirectException

public interface IRedirectAction
Common interface representing an action to redirect.
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Method Details

    • getTarget

      @NotNull @NotNull IUrlResource getTarget()
      Returns:
      a URL resource of where to redirect to.
    • getViewMessage

      @Nullable ViewMessage getViewMessage()
      Returns:
      an optional view message that is to be displayed upon redirection.