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.BuildernewBuilder(IUrlResource target) static RedirectAction.BuildernewBuilder(String target)  
- 
Method Details
- 
newBuilder
 - 
newBuilder
 - 
getTarget
- Specified by:
 getTargetin interfaceIRedirectAction- Returns:
 - a URL resource of where to redirect to.
 
 - 
getViewMessage
- Specified by:
 getViewMessagein interfaceIRedirectAction- Returns:
 - an optional view message that is to be displayed upon redirection.
 
 
 -