org.exoplatform.web.application.mvc
Class MVCRequestContext
java.lang.Object
org.exoplatform.web.application.RequestContext
org.exoplatform.web.application.mvc.MVCRequestContext
public class MVCRequestContext
- extends RequestContext
Created by The eXo Platform SAS
Apr 23, 2007
| 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 |
MVCRequestContext
public MVCRequestContext(Application app,
RequestContext parent)
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.