com.j2biz.blogunity.web
Class FormErrorList

java.lang.Object
  extended bycom.j2biz.blogunity.web.FormErrorList

public class FormErrorList
extends Object

Since:
0.1
Author:
michelson

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

FormErrorList

public FormErrorList()
Method Detail

add

public void add(FormError error)

get

public FormError get(int index)

get

public List get(String key)

getAll

public List getAll()

size

public int size()

containsErrorsForKey

public boolean containsErrorsForKey(String key)

toString

public String toString()


Copyright (c)j2biz.com