org.xwiki.container
Interface RequestInitializerManager
@ComponentRole
public interface RequestInitializerManager
Manages initializations that have to be done when the XWiki Request object is initialized.
- Version:
- $Id$
initializeRequest
void initializeRequest(Request request)
throws RequestInitializerException
- Call all components which implement the
RequestInitializer role 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.
Copyright © 2004-2011 XWiki. All Rights Reserved.