xx.jaxx-runtime.2.3.source-code.validators.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L JAXX :: Runtime $Id: validators.xml 2118 2010-10-26 17:44:57Z tchemit $ $HeadURL: http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.3/jaxx-runtime/src/main/resources/validators.xml $ %% Copyright (C) 2008 - 2010 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> <!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator Config 1.0//EN" "http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd"> <!-- START SNIPPET: validators --> <validators> <validator name="requiredFile" class="jaxx.runtime.validator.field.RequiredFileFieldValidator"/> <validator name="existingFile" class="jaxx.runtime.validator.field.ExistingFileFieldValidator"/> <validator name="notExistingFile" class="jaxx.runtime.validator.field.NotExistingFileFieldValidator"/> <validator name="existingDirectory" class="jaxx.runtime.validator.field.ExistingDirectoryFieldValidator"/> <validator name="notExistingDirectory" class="jaxx.runtime.validator.field.NotExistingDirectoryFieldValidator"/> <validator name="collectionFieldExpression" class="jaxx.runtime.validator.field.CollectionFieldExpressionValidator"/> <validator name="collectionUniqueKey" class="jaxx.runtime.validator.field.CollectionUniqueKeyValidator"/> </validators> <!-- END SNIPPET: validators -->
© 2015 - 2025 Weber Informatics LLC | Privacy Policy