Uses of Class
org.xwiki.container.RequestInitializerException
-
Uses of RequestInitializerException in org.xwiki.container
Methods in org.xwiki.container that throw RequestInitializerExceptionModifier and TypeMethodDescriptionvoidRequestInitializer.initialize(Request request) Perform initializations here, such as storing objects in the Request.voidRequestInitializerManager.initializeRequest(Request request) Call all components which implement theRequestInitializerrole so that they can each perform their own initializations.