Uses of Class
de.xima.fc.gui.exception.AccessDeniedException
-
Packages that use AccessDeniedException Package Description de.xima.fc.gui.utils.designer -
-
Uses of AccessDeniedException in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type AccessDeniedException Modifier and Type Method Description static void
DesignerRequestResponder. 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 AccessDeniedException Modifier and Type Method Description static BaseDesignerModel
DesignerModelFactory. createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Benutzer user)
The base designer model with basic data about the client, project etc.static FrameDesignerModel
DesignerModelFactory. createFrameDesignerModel(javax.faces.context.FacesContext facesContext, ViewBean viewBean, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, Benutzer user, String conversationId)
Creates a new frame designer model from the data of the given faces request.
-