public interface IInitializer
You don't have to pre-register package resources, as they can be
initialized lazily.
Initializers can be configured by having a wicket.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.
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Application application) |
void |
init(Application application) |
void init(Application application)
application - The application loading the componentvoid destroy(Application application)
application - The application loading the componentCopyright © 2006–2014 Apache Software Foundation. All rights reserved.