Package org.silverpeas.web.wbe
Class WbeWebRequestContext
- java.lang.Object
-
- org.silverpeas.core.web.mvc.webcomponent.WebComponentRequestContext<WbeWebController>
-
- org.silverpeas.web.wbe.WbeWebRequestContext
-
public class WbeWebRequestContext extends WebComponentRequestContext<WbeWebController>
- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description WbeWebRequestContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SilverpeasRole>
getUserRoles()
-
Methods inherited from class org.silverpeas.core.web.mvc.webcomponent.WebComponentRequestContext
addRedirectVariable, beforeRequestProcessing, getComponentInstanceId, getComponentInstanceLabel, getComponentName, getComponentUriBase, getHighestUserRole, getHttpMethodClass, getInstanceParameterValue, getMessager, getMultilang, getNavigationContext, getPathVariables, getRequest, getResponse, getSpaceId, getSpaceLabel, getUser, getZoneId, isComingFromRedirect, redirectToHtmlEditor, redirectToHtmlEditor, redirectToHtmlEditor, redirectToHtmlEditor
-
-
-
-
Method Detail
-
getUserRoles
public Collection<SilverpeasRole> getUserRoles()
- Overrides:
getUserRoles
in classWebComponentRequestContext<WbeWebController>
-
-