|
||||||||||
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
public abstract class WicketExampleApplication
Wicket Example Application class.
Field Summary |
---|
Fields inherited from class org.apache.wicket.Application |
---|
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT |
Constructor Summary | |
---|---|
WicketExampleApplication()
Constructor. |
Method Summary | |
---|---|
protected void |
init()
Initialize; if you need the wicket servlet 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. |
RequestCycle |
newRequestCycle(Request request,
Response response)
Creates a new RequestCycle object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WicketExampleApplication()
Method Detail |
---|
protected void init()
WebApplication
init
in class WebApplication
WebApplication.init()
public final RequestCycle newRequestCycle(Request request, Response response)
Application
newRequestCycle
in class WebApplication
request
- The requestresponse
- The response
WebApplication.newRequestCycle(org.apache.wicket.Request,
org.apache.wicket.Response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |