@Role
public interface RequestInitializerManager
| Modifier and Type | Method and Description |
|---|---|
void |
initializeRequest(Request request)
Call all components which implement the
RequestInitializer role so
that they can each perform their own initializations. |
void initializeRequest(Request request) throws RequestInitializerException
RequestInitializer role so
that they can each perform their own initializations.request - the XWiki Request objectRequestInitializerException - if the initialization fails. It's expected that the
application should stop if this happens.Copyright © 2004–2018 XWiki. All rights reserved.