|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j2biz.blogunity.web.FormErrorList
Constructor Summary | |
FormErrorList()
|
Method Summary | |
void |
add(FormError error)
|
boolean |
containsErrorsForKey(String key)
|
FormError |
get(int index)
|
List |
get(String key)
|
List |
getAll()
|
int |
size()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FormErrorList()
Method Detail |
public void add(FormError error)
public FormError get(int index)
public List get(String key)
public List getAll()
public int size()
public boolean containsErrorsForKey(String key)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |