|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.validator.ValidatorResources
org.slim3.struts.validator.S3ValidatorResources
public class S3ValidatorResources
ValidatorResources
for Slim3.
Field Summary | |
---|---|
protected Map<String,org.apache.commons.validator.Form> |
forms
The map for Form . |
protected boolean |
initialized
Whether this class is initialized. |
protected static String[] |
REGISTRATIONS
The place where DTD is registered. |
Fields inherited from class org.apache.commons.validator.ValidatorResources |
---|
defaultLocale, hActions, hConstants, hFormSets, log |
Constructor Summary | |
---|---|
S3ValidatorResources()
Constructor. |
|
S3ValidatorResources(InputStream[] streams)
Constructor. |
Method Summary | |
---|---|
void |
addFormSet(org.apache.commons.validator.FormSet formSet)
|
void |
dispose()
Disposes resource. |
org.apache.commons.validator.Form |
getForm(Locale locale,
String name)
|
void |
initialize()
Initializes this class. |
Methods inherited from class org.apache.commons.validator.ValidatorResources |
---|
addConstant, addConstant, addConstantParam, addValidatorAction, buildKey, get, get, getClosestLocaleField, getForm, getValidatorAction, getValidatorActions, process, processForms, put |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String[] REGISTRATIONS
protected volatile boolean initialized
protected Map<String,org.apache.commons.validator.Form> forms
Form
.
Constructor Detail |
---|
public S3ValidatorResources()
public S3ValidatorResources(InputStream[] streams) throws IOException, SAXException
streams
- the array of InputStream
.
IOException
- if IOException
is encountered
SAXException
- if SAXException
is encounteredMethod Detail |
---|
public void initialize()
public void dispose()
Disposable
dispose
in interface Disposable
public org.apache.commons.validator.Form getForm(Locale locale, String name)
getForm
in class org.apache.commons.validator.ValidatorResources
public void addFormSet(org.apache.commons.validator.FormSet formSet)
addFormSet
in class org.apache.commons.validator.ValidatorResources
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |