org.apache.wicket.examples.stateless |
|
Java Source File Name | Type | Comment |
Index.java | Class | Index page of the stateless example. |
SessionModel.java | Class | Model that displays whether a session was created yet, and if it was, prints
the session id. |
StatefulPage.java | Class | Another page of the stateless example. |
StatelessApplication.java | Class | Application class for the stateless application. |
StatelessPage.java | Class | Another page of the stateless example. |