|
||||||||||
| 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.quickstart.QuickStartApplication
public class QuickStartApplication
Application object for your web application. If you want to run this application without deploying, run the Start class.
Start.main(String[])| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Application |
|---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
| Constructor Summary | |
|---|---|
QuickStartApplication()
Constructor |
|
| Method Summary | |
|---|---|
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. |
Session |
newSession(Request request,
Response response)
Creates a new session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuickStartApplication()
| Method Detail |
|---|
public java.lang.Class getHomePage()
Application
getHomePage in class ApplicationApplication.getHomePage()
public Session newSession(Request request,
Response response)
Application
newSession in class WebApplicationrequest - The request that will create this session.response - The response to initialize, for example with cookies. This is
important to use cases involving unit testing because those
use cases might want to be able to sign a user in
automatically when the session is created.
WebApplication.newSession(Request,
Response)protected void init()
WebApplication
init in class WebApplicationWebApplication.init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||