Class WebUtils
java.lang.Object
com.endurancetrio.app.common.utils.WebUtils
Web-related helpers shared by controllers and view helpers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefix used when returning a Spring redirect view name. -
Method Summary
-
Field Details
-
REDIRECT_PREFIX
Prefix used when returning a Spring redirect view name.- See Also:
-
-
Method Details
-
redirect
Build a redirect view name for the given language and path. The provided path must start with a '/'.
-