|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bibeault.jrjournal.ccc.test.LoginForm
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 |
public static final java.lang.String KEY_USERNAME
public static final java.lang.String KEY_PASSWORD
Constructor Detail |
public LoginForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |