public interface IWiQueryInitializer extends Serializable
The goal of the IWiQueryInitializer is to put some configurations for your wiquery
API at the startupt of the wicket application
Initializers can be configured by having a wiquery.properties file in the class path root, with property 'initializer=${initializer class name}'. You can have one such properties per jar file, but the initializer that property denotes can delegate to other initializers of that library.
This mecanism is the same that the IInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.wicket.Application application,
WiQuerySettings wiQuerySettings) |
void init(org.apache.wicket.Application application,
WiQuerySettings wiQuerySettings)
application - The application loading the componentwiQuerySettings - Settings for wiQuery into the current applicationCopyright © 2009-2012. All Rights Reserved.