org.ops4j.pax.wicket.util
Class Initializer

java.lang.Object
  extended by org.ops4j.pax.wicket.util.Initializer
All Implemented Interfaces:
org.apache.wicket.IInitializer

public final class Initializer
extends Object
implements org.apache.wicket.IInitializer

Initializer is invoked by Application to initialize wicket application.

The problem here is that there are various activators currently hidden inside pax-wicket (.e.g extension and the base initializer). Even if those initializer are externalized there's still the problem that wicket is only looking for one inizializer per level in 1.4. For wicket 1.5 we've to think of a different approach here.

Since:
0.5.0
Author:
Edward Yakop

Constructor Summary
Initializer()
           
 
Method Summary
 void destroy(org.apache.wicket.Application application)
           
 void init(org.apache.wicket.Application application)
          Initialize the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initializer

public Initializer()
Method Detail

init

public final void init(org.apache.wicket.Application application)
Initialize the application.

Specified by:
init in interface org.apache.wicket.IInitializer
Parameters:
application - The application loading the component
Since:
0.5.0

destroy

public void destroy(org.apache.wicket.Application application)
Specified by:
destroy in interface org.apache.wicket.IInitializer


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.