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

Quick Search    Search Deep

samples.servlet.xml.webform: Javadoc index of package samples.servlet.xml.webform.


Package Samples:

samples.servlet.xml.webform

Classes:

FormModel: FormController uses one of these to supply data for its Views, and to keep session state in. In this case there's just a single String field that users populate with their name. Scope's default ModelManager implementation builds on the JavaBeans API, so this model object is just a normal JavaBean.
FormServlet: Override XSLScopeServlet to initialise application.
FormView1: FormView1 allows users to enter their name.
FormView2: FormView2 shows user name.
FormController

Home | Contact Us | Privacy Policy | Terms of Service