|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Application | |
|---|---|
| org.exoplatform.web | |
| org.exoplatform.web.application | |
| org.exoplatform.web.application.gadget | |
| org.exoplatform.web.application.mvc | |
| Uses of Application in org.exoplatform.web |
|---|
| Methods in org.exoplatform.web with type parameters of type Application | ||
|---|---|---|
|
WebAppController.getApplication(java.lang.String appId)
|
|
| Methods in org.exoplatform.web that return types with arguments of type Application | |
|---|---|
java.util.List<Application> |
WebAppController.getApplicationByType(java.lang.String type)
|
| Methods in org.exoplatform.web with parameters of type Application | |
|---|---|
void |
WebAppController.addApplication(Application app)
|
| Uses of Application in org.exoplatform.web.application |
|---|
| Methods in org.exoplatform.web.application that return Application | |
|---|---|
Application |
RequestContext.getApplication()
|
| Methods in org.exoplatform.web.application with parameters of type Application | |
|---|---|
void |
ApplicationLifecycle.onDestroy(Application app)
|
void |
ApplicationLifecycle.onEndRequest(Application app,
E context)
|
void |
ApplicationLifecycle.onInit(Application app)
|
void |
ApplicationLifecycle.onStartRequest(Application app,
E context)
|
| Constructors in org.exoplatform.web.application with parameters of type Application | |
|---|---|
RequestContext(Application app)
|
|
| Uses of Application in org.exoplatform.web.application.gadget |
|---|
| Subclasses of Application in org.exoplatform.web.application.gadget | |
|---|---|
class |
GadgetApplication
This class extends from Application, it represents an gadget application in eXo and used for registry Gadgets. |
| Uses of Application in org.exoplatform.web.application.mvc |
|---|
| Constructors in org.exoplatform.web.application.mvc with parameters of type Application | |
|---|---|
MVCRequestContext(Application app,
RequestContext parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||