Package org.duracloud.duradmin.util
Class NavigationUtils
java.lang.Object
org.duracloud.duradmin.util.NavigationUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
RETURN_TO_KEY
- See Also:
-
-
Method Details
-
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
-