Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package samples.servlet.xml.login

Interface Summary
LoginControls Define the "RequestLogin" ControlID for use everywhere in the application.
 

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