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) voidViewHelperBean.redirectToView(IView view) voidViewHelperBean.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 TypeMethodDescriptionbooleanUserPermissionsBean.canAccessClientScopedView(Mandant client, IView view) booleanUserPermissionsBean.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 LogoLinkLogoLink.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 StringViewUtils.getClientScopedViewUri(Mandant client, IView view) static StringViewUtils.getDisplayName(IView view, Locale locale) static StringViewUtils.getNoScopeViewUri(IView view) static StringViewUtils.getUri(IView view, IUriBuilderContext context) static voidViewUtils.redirectToClientScopedView(Mandant client, IView view) static voidViewUtils.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 TypeClassDescriptionenumView definitions that require an authenticated in user and depend on a client.enumView definitions that require an authenticated user and depend on a project.enumProtected view definitions that require an authenticated userenumPublic view definitions that don't require an authenticated in user.enumView definitions that require an authenticated in user with system role.classModel for plugin views.Methods in de.xima.fc.security.endpoint that return IViewModifier and TypeMethodDescriptionstatic IViewPluginMenuEntryView.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 StringSecurityWebEndpointHelper.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.