| Package | Description |
|---|---|
| org.exoplatform.web | |
| org.exoplatform.web.application |
| Modifier and Type | Method and Description |
|---|---|
<T extends Application> |
WebAppController.addApplication(T app)
Add application (portlet, gadget) to the global application map if and only if it has not been registered yet.
|
<T extends Application> |
WebAppController.getApplication(String appId) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
WebAppController.getApplicationByType(String type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationFactory<A extends Application,C> |
| Modifier and Type | Method and Description |
|---|---|
Application |
RequestContext.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLifecycle.onDestroy(Application app) |
void |
ApplicationLifecycle.onEndRequest(Application app,
E context) |
void |
ApplicationRequestPhaseLifecycle.onEndRequestPhase(Application app,
E context,
Phase phase)
Perform any processing required at the end of
Phase.ACTION or Phase.RENDER phase. |
void |
ApplicationLifecycle.onFailRequest(Application app,
E context,
RequestFailure failureType) |
void |
ApplicationLifecycle.onInit(Application app) |
void |
ApplicationLifecycle.onStartRequest(Application app,
E context) |
void |
ApplicationRequestPhaseLifecycle.onStartRequestPhase(Application app,
E context,
Phase phase)
Perform any processing required at the beginning of
Phase.ACTION or Phase.RENDER phase. |
| Constructor and Description |
|---|
RequestContext(Application app) |
RequestContext(RequestContext parentAppRequestContext,
Application app_) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.