Uses of Class
org.exoplatform.web.application.RequestContext

Packages that use RequestContext
org.exoplatform.web.application   
org.exoplatform.web.application.mvc   
 

Uses of RequestContext in org.exoplatform.web.application
 

Classes in org.exoplatform.web.application with type parameters of type RequestContext
 interface ApplicationLifecycle<E extends RequestContext>
          Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 9, 2006
 

Fields in org.exoplatform.web.application declared as RequestContext
protected  RequestContext RequestContext.parentAppRequestContext_
           
 

Methods in org.exoplatform.web.application with type parameters of type RequestContext
static
<T extends RequestContext>
T
RequestContext.getCurrentInstance()
           
 

Methods in org.exoplatform.web.application that return RequestContext
 RequestContext RequestContext.getParentAppRequestContext()
           
 

Methods in org.exoplatform.web.application with parameters of type RequestContext
static void RequestContext.setCurrentInstance(RequestContext ctx)
           
 void RequestContext.setParentAppRequestContext(RequestContext context)
           
 

Uses of RequestContext in org.exoplatform.web.application.mvc
 

Subclasses of RequestContext in org.exoplatform.web.application.mvc
 class MVCRequestContext
          Created by The eXo Platform SAS Apr 23, 2007
 

Constructors in org.exoplatform.web.application.mvc with parameters of type RequestContext
MVCRequestContext(Application app, RequestContext parent)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.