org.exoplatform.web.application.mvc
Class MVCRequestContext

java.lang.Object
  extended by org.exoplatform.web.application.RequestContext
      extended by org.exoplatform.web.application.mvc.MVCRequestContext

public class MVCRequestContext
extends RequestContext

Created by The eXo Platform SAS Apr 23, 2007


Field Summary
 
Fields inherited from class org.exoplatform.web.application.RequestContext
ACTION, parentAppRequestContext_, urlBuilder
 
Constructor Summary
MVCRequestContext(Application app, RequestContext parent)
           
 
Method Summary
 org.exoplatform.services.resources.Orientation getOrientation()
          Returns the orientation for the current request.
 java.lang.String getRequestParameter(java.lang.String arg0)
           
 java.lang.String[] getRequestParameterValues(java.lang.String arg0)
           
 URLBuilder getURLBuilder()
           
 boolean useAjax()
           
 
Methods inherited from class org.exoplatform.web.application.RequestContext
getApplication, getApplicationResourceBundle, getApplicationSession, getAttribute, getAttribute, getCurrentInstance, getFullRender, getJavascriptManager, getLocale, getParentAppRequestContext, getRemoteUser, getWriter, isUserInRole, setAttribute, setAttribute, setCurrentInstance, setParentAppRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVCRequestContext

public MVCRequestContext(Application app,
                         RequestContext parent)
Method Detail

getOrientation

public org.exoplatform.services.resources.Orientation getOrientation()
Description copied from class: RequestContext
Returns the orientation for the current request.

Specified by:
getOrientation in class RequestContext
Returns:
the orientation

getRequestParameter

public java.lang.String getRequestParameter(java.lang.String arg0)
Specified by:
getRequestParameter in class RequestContext

getRequestParameterValues

public java.lang.String[] getRequestParameterValues(java.lang.String arg0)
Specified by:
getRequestParameterValues in class RequestContext

getURLBuilder

public URLBuilder getURLBuilder()
Specified by:
getURLBuilder in class RequestContext

useAjax

public boolean useAjax()
Specified by:
useAjax in class RequestContext


Copyright © 2011 eXo Platform SAS. All Rights Reserved.