|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWiQueryInitializer
$Id: IWiQueryInitializer.java 563 2010-11-21 20:50:37Z roche.jul@gmail.com $
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
Method Summary | |
---|---|
void |
init(org.apache.wicket.Application application,
WiQuerySettings wiQuerySettings)
|
Method Detail |
---|
void init(org.apache.wicket.Application application, WiQuerySettings wiQuerySettings)
application
- The application loading the componentwiQuerySettings
- Settings for wiQuery into the current application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |