org.odlabs.wiquery.core
Interface IWiQueryInitializer

All Superinterfaces:
Serializable
All Known Implementing Classes:
WiQueryCoreInitializer, WiQueryUIInitializer

public interface IWiQueryInitializer
extends Serializable

$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

Since:
1.2
Author:
Julien Roche

Method Summary
 void init(org.apache.wicket.Application application, WiQuerySettings wiQuerySettings)
           
 

Method Detail

init

void init(org.apache.wicket.Application application,
          WiQuerySettings wiQuerySettings)
Parameters:
application - The application loading the component
wiQuerySettings - Settings for wiQuery into the current application


Copyright © 2012. All Rights Reserved.