|
||||||||||
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.tree.TreeApplication
public class TreeApplication
Application class for tree examples.
Field Summary | |
---|---|
List<Foo> |
foos
All root Foo s. |
Fields inherited from class org.apache.wicket.Application |
---|
CONFIGURATION |
Constructor Summary | |
---|---|
TreeApplication()
Constructor. |
Method Summary | |
---|---|
static TreeApplication |
get()
|
Foo |
getFoo(String id)
Get a Foo by its id. |
Class<? extends Page> |
getHomePage()
Application subclasses must specify a home page class by implementing this abstract method. |
protected void |
init()
Initialize; if you need the wicket servlet/filter for initialization, e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public List<Foo> foos
Foo
s.
Constructor Detail |
---|
public TreeApplication()
Method Detail |
---|
protected void init()
WebApplication
init
in class WebApplication
WebApplication.init()
public Class<? extends Page> getHomePage()
Application
getHomePage
in class Application
Application.getHomePage()
public Foo getFoo(String id)
Foo
by its id.
public static TreeApplication get()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |