Uses of Class
org.exoplatform.web.application.RequestContext
Packages that use RequestContext
-
Uses of RequestContext in org.exoplatform.web.application
Classes in org.exoplatform.web.application with type parameters of type RequestContextModifier and TypeInterfaceDescriptioninterfaceApplicationLifecycle<E extends RequestContext>Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 9, 2006interfaceApplicationRequestPhaseLifecycle<E extends RequestContext>Interface that extendsApplicationLifecyclewith request phase methods that allow interception of before/after ACTION phase, and before/after RENDER phase of request processing.Fields in org.exoplatform.web.application declared as RequestContextModifier and TypeFieldDescriptionprotected final RequestContextRequestContext.parentAppRequestContext_Methods in org.exoplatform.web.application with type parameters of type RequestContextModifier and TypeMethodDescriptionstatic <T extends RequestContext>
TRequestContext.getCurrentInstance()Methods in org.exoplatform.web.application that return RequestContextMethods in org.exoplatform.web.application that return types with arguments of type RequestContextMethods in org.exoplatform.web.application with parameters of type RequestContextModifier and TypeMethodDescriptionvoidExtensiblePortalApplicationLifecycle.onEndRequest(Application app, RequestContext context) voidExtensiblePortalApplicationLifecycle.onFailRequest(Application app, RequestContext context, RequestFailure failureType) voidExtensiblePortalApplicationLifecycle.onStartRequest(Application app, RequestContext context) static voidRequestContext.setCurrentInstance(RequestContext ctx) Constructors in org.exoplatform.web.application with parameters of type RequestContextModifierConstructorDescriptionprotectedRequestContext(RequestContext parentAppRequestContext, Application app_)