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 Type
    Method
    Description
    void
    Call all components which implement the RequestInitializer role so that they can each perform their own initializations.
  • Method Details

    • 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.