Uses of Class
de.xima.fc.gui.exception.AccessDeniedException
Packages that use AccessDeniedException
- 
Uses of AccessDeniedException in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type AccessDeniedExceptionModifier and TypeMethodDescriptionstatic voidDesignerRequestResponder.handleAccessDenied(javax.faces.context.FacesContext facesContext, AccessDeniedException e) Sets the HTTP status to "403" (forbidden), redirects to the appropriate error page and terminates the current faces request.Methods in de.xima.fc.gui.utils.designer that throw AccessDeniedExceptionModifier and TypeMethodDescriptionstatic BaseDesignerModelDesignerModelFactory.createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, IUser user) The base designer model with basic data about the client, project etc.static FrameDesignerModelDesignerModelFactory.createFrameDesignerModel(javax.faces.context.FacesContext facesContext, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, IUser user, String conversationId) Creates a new frame designer model from the data of the given faces request.