|
||||||||||
| PREV PACKAGE NEXT PACKAGE | ||||||||||
See:
Description
| Class Summary | |
|---|---|
| NoCommaAttributeValidator | An example of attribute level validator, which are registered against the base type of attributes via (conf/connector.xml (connector-specific scope) or conf/server_jcs.xml (global scope). |
| NoCommaValidator | Lowest level no comma validator, used by NoCommaAttributeValidator. |
Collection of classes used to implement various levels of a demo example validator that complains about commas in attribute values. Having the three levels of implementation maximises the opportunity for reuse as documented in the com.ca.jcs.validator package.
Note that in terms of configuration, both validators and converters are registered using the same XML syntax and in the same way via plug-in definitions in conf/connector.xml (or conf/server_jcs.xml if they are to have global rather then connector-specific scope) and that many examples of registering both can be found in the "validatorManager" and "converterManager" sections of conf/server_jcs.xml, for the plug-ins provided built in to the framework. Any connector-specific definitions provided in a connector's conf/connector.xml file are merged over the top of the set defined in conf/server_jcs.xml.
$Id: package.html 5743 2005-03-21 04:28:35Z pauja02 $
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | ||||||||||