|
Class Summary |
| FormController |
|
| FormModel |
FormController uses one of these to
supply data for its Views, and to keep session
state in. |
| FormView1 |
FormView1 allows users to enter their name. |
| FormView2 |
FormView2 shows user name. |
| LoginAppController |
Top-most application Controller for the Login Sample, creates a child
FormController, but handles the Login process itself so that any child
Controller can do logins by passing a REQUEST_LOGIN Control up
the chain of command. |
| LoginAppServlet |
Override ScopeServlet to initialise application. |
| LoginManager |
Session handling related to login. |
| LoginView |
|