org.xwiki.container.internal
Class DefaultRequestInitializerManager

java.lang.Object
  extended by org.xwiki.container.internal.DefaultRequestInitializerManager
All Implemented Interfaces:
RequestInitializerManager

@Component
public class DefaultRequestInitializerManager
extends java.lang.Object
implements RequestInitializerManager

Default implementation for RequestInitializerManager.

Version:
$Id$
See Also:
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

DefaultRequestInitializerManager

public DefaultRequestInitializerManager()
Method Detail

initializeRequest

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

Specified by:
initializeRequest in interface RequestInitializerManager
Parameters:
request - the XWiki Request object
Throws:
RequestInitializerException - if the initialization fails. It's expected that the application should stop if this happens.
See Also:
RequestInitializerManager.initializeRequest(Request)


Copyright © 2004-2011 XWiki. All Rights Reserved.