Package org.duracloud.duradmin.util
Class NavigationUtils
- java.lang.Object
-
- org.duracloud.duradmin.util.NavigationUtils
-
public class NavigationUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringRETURN_TO_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetReturnTo(javax.servlet.http.HttpServletRequest request)static StringgetReturnTo(org.springframework.webflow.execution.FlowExecutionOutcome outcome)static voidsetReturnTo(javax.servlet.http.HttpServletRequest request, org.springframework.webflow.core.collection.MutableAttributeMap map)
-
-
-
Field Detail
-
RETURN_TO_KEY
public static final String RETURN_TO_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setReturnTo
public static void setReturnTo(javax.servlet.http.HttpServletRequest request, org.springframework.webflow.core.collection.MutableAttributeMap map)
-
getReturnTo
public static String getReturnTo(org.springframework.webflow.execution.FlowExecutionOutcome outcome)
-
getReturnTo
public static String getReturnTo(javax.servlet.http.HttpServletRequest request)
-
-