org.wicketstuff.gae
Class GaeInitializer

java.lang.Object
  extended by org.wicketstuff.gae.GaeInitializer
All Implemented Interfaces:
IInitializer

public class GaeInitializer
extends Object
implements IInitializer

A Wicket initializer that configures the application that way so it is possible to run it in Google AppEngine


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

Constructor Detail

GaeInitializer

public GaeInitializer()
Method Detail

init

public void init(Application application)
Specified by:
init in interface IInitializer

destroy

public void destroy(Application application)
Specified by:
destroy in interface IInitializer


Copyright © 2012. All Rights Reserved.