@Role
public interface RequestInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Request request)
Perform initializations here, such as storing objects in the Request.
|
void initialize(Request request) throws RequestInitializerException
request - the XWiki Request objectRequestInitializerException - if the initialization fails. It's expected that the
application should stop if this happens.Copyright © 2004–2018 XWiki. All rights reserved.