Package de.xima.fc.interfaces.http
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 Summary
-
Method Details
-
getTarget
- Returns:
- a URL resource of where to redirect to.
-
getViewMessage
- Returns:
- an optional view message that is to be displayed upon redirection.
-