Package de.xima.fc.gui.common.utils
Class ViewUtils
- java.lang.Object
-
- de.xima.fc.gui.common.utils.ViewUtils
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViewUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getClientScopedViewUri(Mandant client, IView view)
static String
getDisplayName(IView view, Locale locale)
static String
getNoScopeViewUri(IView view)
static String
getUri(IView view, IUriBuilderContext context)
static void
redirectToClientScopedView(Mandant client, IView view)
static void
redirectToNoScopeView(IView view)
-
-
-
Constructor Detail
-
ViewUtils
protected ViewUtils() throws IllegalAccessException
- Throws:
IllegalAccessException
-
-