net.sourceforge.formview.validator
Class ExtendedValidatorResources

java.lang.Object
  extended by org.apache.commons.validator.ValidatorResources
      extended by net.sourceforge.formview.validator.ExtendedValidatorResources
All Implemented Interfaces:
java.io.Serializable

public class ExtendedValidatorResources
extends org.apache.commons.validator.ValidatorResources

Description : Validator extended in order to get formset of validator.

Version:
1.0.0
Author:
Angelo ZERR
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.validator.ValidatorResources
defaultLocale, hActions, hConstants, hFormSets, log
 
Constructor Summary
ExtendedValidatorResources(java.io.InputStream in)
           
ExtendedValidatorResources(java.io.InputStream[] in)
           
 
Method Summary
 org.apache.commons.validator.FormSet getFormSet()
           
 
Methods inherited from class org.apache.commons.validator.ValidatorResources
addConstant, addConstant, addConstantParam, addFormSet, addValidatorAction, buildKey, get, get, getClosestLocaleField, getForm, getForm, getValidatorAction, getValidatorActions, process, processForms, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedValidatorResources

public ExtendedValidatorResources(java.io.InputStream in)
                           throws java.io.IOException,
                                  org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

ExtendedValidatorResources

public ExtendedValidatorResources(java.io.InputStream[] in)
                           throws java.io.IOException,
                                  org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException
Method Detail

getFormSet

public org.apache.commons.validator.FormSet getFormSet()


Copyright 2006 null. All Rights Reserved.