Package de.xima.fc.interfaces.http
Interface IRedirectAction
-
- All Known Implementing Classes:
RedirectAction,RedirectException
public interface IRedirectActionCommon interface representing an action to redirect.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull IUrlResourcegetTarget()ViewMessagegetViewMessage()
-
-
-
Method Detail
-
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.
-
-