|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.container.internal.DefaultRequestInitializerManager
@Component public class DefaultRequestInitializerManager
Default implementation for RequestInitializerManager.
RequestInitializerManager| Constructor Summary | |
|---|---|
DefaultRequestInitializerManager()
|
|
| Method Summary | |
|---|---|
void |
initializeRequest(Request request)
Call all components which implement the RequestInitializer role so
that they can each perform their own initializations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRequestInitializerManager()
| Method Detail |
|---|
public void initializeRequest(Request request)
throws RequestInitializerException
RequestInitializer role so
that they can each perform their own initializations.
initializeRequest in interface RequestInitializerManagerrequest - the XWiki Request object
RequestInitializerException - if the initialization fails. It's expected that the
application should stop if this happens.RequestInitializerManager.initializeRequest(Request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||