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 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 AccessDeniedException Modifier and Type Method Description static 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. 
 -