|
||||||||||
| 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.threadtest.apps.app1.TestApp1
public class TestApp1
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
TestApp1()
|
|
| Method Summary | |
|---|---|
static TestApp1 |
get()
|
ContactsDatabase |
getContactsDB()
Gets contactsDB. |
java.lang.Class |
getHomePage()
Application subclasses must specify a home page class by implementing this abstract method. |
protected void |
init()
Initialize; if you need the wicket servlet for initialization, e.g. |
protected ISessionStore |
newSessionStore()
Creates a new session facade. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestApp1()
| Method Detail |
|---|
public static TestApp1 get()
public ContactsDatabase getContactsDB()
public java.lang.Class getHomePage()
Application
getHomePage in class Applicationprotected void init()
WebApplication
init in class WebApplicationprotected ISessionStore newSessionStore()
Application
newSessionStore in class WebApplicationApplication.newSessionStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||