Uses of Interface
de.xima.fc.security.interfaces.endpoint.IView
Packages that use IView
Package
Description
-
Uses of IView in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IViewMethods in de.xima.fc.gui.common.bean with parameters of type IViewModifier and TypeMethodDescriptionViewHelperBean.getDisplayName
(IView view) MainMenuBean.getSerenityMenuCookie
(IView view, String idPrefix) void
ViewHelperBean.redirectToView
(IView view) void
ViewHelperBean.redirectToView
(IView view, Object... params) -
Uses of IView in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security with parameters of type IViewModifier and TypeMethodDescriptionboolean
UserPermissionsBean.canAccessClientScopedView
(Mandant client, IView view) boolean
UserPermissionsBean.canAccessProjectScopedView
(Projekt project, IView view) -
Uses of IView in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return IView -
Uses of IView in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type IViewModifier and TypeMethodDescriptionstatic LogoLink
LogoLink.forCurrentView
(IView currentView, Mandant client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) For a given page, finds the URL to which to redirect when the user clicks on the formcycle logo on that page.static String
ViewUtils.getClientScopedViewUri
(Mandant client, IView view) static String
ViewUtils.getDisplayName
(IView view, Locale locale) static String
ViewUtils.getNoScopeViewUri
(IView view) static String
ViewUtils.getUri
(IView view, IUriBuilderContext context) static void
ViewUtils.redirectToClientScopedView
(Mandant client, IView view) static void
ViewUtils.redirectToNoScopeView
(IView view) -
Uses of IView in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return IView -
Uses of IView in de.xima.fc.security.endpoint
Classes in de.xima.fc.security.endpoint that implement IViewModifier and TypeClassDescriptionenum
View definitions that require an authenticated in user and depend on a client.enum
View definitions that require an authenticated user and depend on a project.enum
Protected view definitions that require an authenticated userenum
Public view definitions that don't require an authenticated in user.enum
View definitions that require an authenticated in user with system role.class
Model for plugin views.Methods in de.xima.fc.security.endpoint that return IViewModifier and TypeMethodDescriptionstatic IView
PluginMenuEntryView.of
(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry) -
Uses of IView in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return IViewMethods in de.xima.fc.security.helper with parameters of type IViewModifier and TypeMethodDescriptionstatic final String
SecurityWebEndpointHelper.getViewUriWithContext
(javax.servlet.http.HttpServletRequest request, IView view) -
Uses of IView in de.xima.fc.security.session
Methods in de.xima.fc.security.session with parameters of type IViewModifier and TypeMethodDescriptionSessionDataBean.removeInitViewMessages
(IView view) Removes all view messages that are to be displayed upon initialization of the given view.