org.apache.wicket.quickstart |
|
Java Source File Name | Type | Comment |
Index.java | Class | Basic bookmarkable index page. |
QuickStartApplication.java | Class | Application object for your web application. |
QuickStartPage.java | Class | Base class for all pages in the QuickStart application. |
QuickStartSession.java | Class | Subclass of WebSession for QuickStartApplication to allow easy and typesafe
access to session properties. |
Start.java | Class | Seperate startup class for people that want to run the examples directly. |