|
||||||||||
| 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.WicketExampleApplication
org.apache.wicket.examples.compref.ComponentReferenceApplication
public class ComponentReferenceApplication
Application class for the component reference.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION |
| Constructor Summary | |
|---|---|
ComponentReferenceApplication()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class<? extends Page> |
getHomePage()
Application subclasses must specify a home page class by implementing this abstract method. |
static java.util.List<Person> |
getPersons()
|
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 |
| Constructor Detail |
|---|
public ComponentReferenceApplication()
| Method Detail |
|---|
public static final java.util.List<Person> getPersons()
protected void init()
WebApplication
init in class WicketExampleApplicationWicketExampleApplication.init()public java.lang.Class<? extends Page> getHomePage()
Application
getHomePage in class ApplicationApplication.getHomePage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||