Package org.xwiki.container
Interface RequestInitializerManager
@Role
public interface RequestInitializerManager
Manages initializations that have to be done when the XWiki Request object is initialized.
- Version:
- $Id: e8e419aa21b75c8f5501e1bbc1d30b77da5b3fd0 $
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeRequest(Request request) Call all components which implement theRequestInitializerrole so that they can each perform their own initializations.
-
Method Details
-
initializeRequest
Call all components which implement theRequestInitializerrole so that they can each perform their own initializations.- Parameters:
request- the XWiki Request object- Throws:
RequestInitializerException- if the initialization fails. It's expected that the application should stop if this happens.
-