Package de.xima.fc.mdl.http
Class RedirectAction
java.lang.Object
de.xima.fc.mdl.http.RedirectAction
- All Implemented Interfaces:
IRedirectAction
Default implementation of the
IRedirectAction
.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RedirectAction.Builder
newBuilder
(IUrlResource target) static RedirectAction.Builder
newBuilder
(String target)
-
Method Details
-
newBuilder
-
newBuilder
-
getTarget
- Specified by:
getTarget
in interfaceIRedirectAction
- Returns:
- a URL resource of where to redirect to.
-
getViewMessage
- Specified by:
getViewMessage
in interfaceIRedirectAction
- Returns:
- an optional view message that is to be displayed upon redirection.
-