org.bibeault.jrjournal.ccc.test
Class LoginForm

java.lang.Object
  extended byorg.bibeault.jrjournal.ccc.test.LoginForm

public class LoginForm
extends java.lang.Object

A sample abstraction of form data used as an example in the article. The original class implements an interface from a light-weight web application framework, but in order to remove ditractions, all that has been stripped out leaving just the class constants used by the article's sample code.


Field Summary
static java.lang.String KEY_PASSWORD
           
static java.lang.String KEY_USERNAME
           
 
Constructor Summary
LoginForm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_USERNAME

public static final java.lang.String KEY_USERNAME
See Also:
Constant Field Values

KEY_PASSWORD

public static final java.lang.String KEY_PASSWORD
See Also:
Constant Field Values
Constructor Detail

LoginForm

public LoginForm()