| Package | Description |
|---|---|
| org.exoplatform.web.application |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationLifecycle<E extends RequestContext>
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 9, 2006
|
interface |
ApplicationRequestPhaseLifecycle<E extends RequestContext>
Interface that extends
ApplicationLifecycle with request phase methods that allow interception of before/after ACTION
phase, and before/after RENDER phase of request processing. |
| Modifier and Type | Field and Description |
|---|---|
protected RequestContext |
RequestContext.parentAppRequestContext_ |
| Modifier and Type | Method and Description |
|---|---|
static <T extends RequestContext> |
RequestContext.getCurrentInstance() |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestContext.getParentAppRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestContext.setCurrentInstance(RequestContext ctx) |
| Constructor and Description |
|---|
RequestContext(RequestContext parentAppRequestContext,
Application app_) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.