Package org.apache.wicket.extensions
Class Initializer
- java.lang.Object
-
- org.apache.wicket.extensions.Initializer
-
- All Implemented Interfaces:
IInitializer
public class Initializer extends Object implements IInitializer
Initializer for the extensions package.- Author:
- jcompagner
-
-
Constructor Summary
Constructors Constructor Description Initializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(Application application)
void
init(Application application)
String
toString()
-
-
-
Constructor Detail
-
Initializer
public Initializer()
-
-
Method Detail
-
init
public void init(Application application)
- Specified by:
init
in interfaceIInitializer
- Parameters:
application
- The application loading the component- See Also:
IInitializer.init(org.apache.wicket.Application)
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
destroy
public void destroy(Application application)
- Specified by:
destroy
in interfaceIInitializer
- Parameters:
application
- The application loading the component
-
-