org.xwiki.container
Interface RequestInitializerManager

All Known Implementing Classes:
DefaultRequestInitializerManager

@ComponentRole
public interface RequestInitializerManager

Manages initializations that have to be done when the XWiki Request object is initialized.

Version:
$Id$

Method Summary
 void initializeRequest(Request request)
          Call all components which implement the RequestInitializer role so that they can each perform their own initializations.
 

Method Detail

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.