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

Quick Search    Search Deep
C D F G I N S X

C

createApplicationController() - Method in class samples.servlet.xml.webform.FormServlet
 

D

doGotName() - Method in class samples.servlet.xml.webform.FormController
On GOT_NAME, switch over to the second View (which will bind to this Controller's model) and show it.
doHandleControl(Control) - Method in class samples.servlet.xml.webform.FormController
Respond to GOT_NAME.

F

FormController - class samples.servlet.xml.webform.FormController.
 
FormController() - Constructor for class samples.servlet.xml.webform.FormController
 
FormModel - class samples.servlet.xml.webform.FormModel.
FormController uses one of these to supply data for its Views, and to keep session state in.
FormModel() - Constructor for class samples.servlet.xml.webform.FormModel
 
FormServlet - class samples.servlet.xml.webform.FormServlet.
Override XSLScopeServlet to initialise application.
FormServlet() - Constructor for class samples.servlet.xml.webform.FormServlet
 
FormView1 - class samples.servlet.xml.webform.FormView1.
FormView1 allows users to enter their name.
FormView1() - Constructor for class samples.servlet.xml.webform.FormView1
 
FormView2 - class samples.servlet.xml.webform.FormView2.
FormView2 shows user name.
FormView2() - Constructor for class samples.servlet.xml.webform.FormView2
 

G

GOT_NAME - Static variable in class samples.servlet.xml.webform.FormController
A Control ID.
getName() - Method in class samples.servlet.xml.webform.FormModel
 

I

ID - Static variable in class samples.servlet.xml.webform.FormView1
 
ID - Static variable in class samples.servlet.xml.webform.FormView2
 

N

name - Variable in class samples.servlet.xml.webform.FormModel
 

S

samples.servlet.xml.webform - package samples.servlet.xml.webform
 
setName(String) - Method in class samples.servlet.xml.webform.FormModel
 
startup() - Method in class samples.servlet.xml.webform.FormController
If user interacts with a view parented by this Controller but there's no Control in the request then the Controller is started with this method: this is the default behaviour in the absence of a Control.

X

XSL - Static variable in class samples.servlet.xml.webform.FormView1
 
XSL - Static variable in class samples.servlet.xml.webform.FormView2
 

C D F G I N S X