Class MyDBWebRequestContext

java.lang.Object
org.silverpeas.core.web.mvc.webcomponent.WebComponentRequestContext<MyDBWebController>
org.silverpeas.components.mydb.web.MyDBWebRequestContext

public class MyDBWebRequestContext extends org.silverpeas.core.web.mvc.webcomponent.WebComponentRequestContext<MyDBWebController>
The context of an incoming HTTP request. It identifies among others the instance of the MyDB application that is targeted by the request.
Author:
mmoquillon
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, getUserRoles, getZoneId, isComingFromRedirect, redirectToHtmlEditor, redirectToHtmlEditor, redirectToHtmlEditor, redirectToHtmlEditor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MyDBWebRequestContext

      public MyDBWebRequestContext()
  • Method Details