|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| org.xwiki.container | |
| org.xwiki.container.internal | |
| Uses of Request in org.xwiki.container |
|---|
| Methods in org.xwiki.container that return Request | |
|---|---|
Request |
ContainerFactory.createRequest(java.lang.Object... objects)
|
Request |
Container.getRequest()
|
| Methods in org.xwiki.container with parameters of type Request | |
|---|---|
void |
RequestInitializer.initialize(Request request)
Perform initializations here, such as storing objects in the Request. |
void |
RequestInitializerManager.initializeRequest(Request request)
Call all components which implement the RequestInitializer role so
that they can each perform their own initializations. |
void |
Container.pushRequest(Request request)
|
void |
Container.setRequest(Request request)
|
| Uses of Request in org.xwiki.container.internal |
|---|
| Methods in org.xwiki.container.internal that return Request | |
|---|---|
Request |
DefaultContainer.getRequest()
|
| Methods in org.xwiki.container.internal with parameters of type Request | |
|---|---|
void |
DefaultRequestInitializerManager.initializeRequest(Request request)
Call all components which implement the RequestInitializer role so
that they can each perform their own initializations. |
void |
DefaultContainer.pushRequest(Request request)
|
void |
DefaultContainer.setRequest(Request request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||