|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Application
org.apache.wicket.protocol.http.WebApplication
org.apache.wicket.examples.velocity.VelocityTemplateApplication
public class VelocityTemplateApplication
Application class for velocity template example.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION |
| Constructor Summary | |
|---|---|
VelocityTemplateApplication()
Constructor. |
|
| Method Summary | |
|---|---|
static List<Field> |
getFields()
|
Class<? extends Page> |
getHomePage()
Application subclasses must specify a home page class by implementing this abstract method. |
static List<Person> |
getPersons()
Gets the dummy persons database. |
protected void |
init()
Initialize; if you need the wicket servlet/filter for initialization, e.g. because you want to read an initParameter from web.xml or you want to read a resource from the servlet's context path, you can override this method and provide custom initialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VelocityTemplateApplication()
| Method Detail |
|---|
public static List<Field> getFields()
public static List<Person> getPersons()
public Class<? extends Page> getHomePage()
Application
getHomePage in class Applicationprotected void init()
WebApplication
init in class WebApplicationWebApplication.init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||