
org.thymeleaf.xml.thymeleaf-spring4.Spring-Standard-Dialect.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thymeleaf-spring4 Show documentation
Show all versions of thymeleaf-spring4 Show documentation
XML/XHTML/HTML5 template engine for Java
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013, The Thymeleaf Project (http://www.thymeleaf.org/) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <dialect xmlns="http://www.thymeleaf.org/extras/dialect" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.thymeleaf.org/extras/dialect http://www.thymeleaf.org/xsd/thymeleaf-extras-dialect-2.1.xsd" prefix="th" namespace-uri="http://www.thymeleaf.org/spring" namespace-strict="false" class="org.thymeleaf.spring4.dialect.SpringStandardDialect"> <!-- Introduced processors --> <!-- ===================== --> <attribute-processor name="field" class="org.thymeleaf.spring4.processor.AbstractSpringFieldTagProcessor"> <documentation reference="Thymeleaf + Spring 3 section 6 on Creating a Form"/> <restrictions tags="input option select textarea"/> </attribute-processor> <attribute-processor name="errorclass" class="org.thymeleaf.spring4.processor.SpringErrorClassTagProcessor"> <documentation see-also="fields.hasErrors" reference="Thymeleaf + Spring 3 section 7 on Validation and Error Messages"/> </attribute-processor> <attribute-processor name="errors" class="org.thymeleaf.spring4.processor.SpringErrorsTagProcessor"> <documentation see-also="fields.errors" reference="Thymeleaf + Spring 3 section 7 on Validation and Error Messages"/> </attribute-processor> <attribute-processor name="object" class="org.thymeleaf.spring4.processor.SpringObjectTagProcessor"> <documentation reference="Thymeleaf + Spring 3 section 6 on Creating a Form"/> </attribute-processor> <!-- URL and form-specific attribute processors --> <!-- ========================================== --> <attribute-processor name="action" class="org.thymeleaf.spring4.processor.SpringActionTagProcessor"/> <attribute-processor name="href" class="org.thymeleaf.spring4.processor.SpringHrefTagProcessor"/> <attribute-processor name="method" class="org.thymeleaf.spring4.processor.SpringMethodTagProcessor"/> <attribute-processor name="src" class="org.thymeleaf.spring4.processor.SpringSrcTagProcessor"/> <attribute-processor name="value" class="org.thymeleaf.spring4.processor.SpringValueTagProcessor"/> <!-- General field attribute processors --> <!-- ================================== --> <attribute-processor name="color"/> <attribute-processor name="date"/> <attribute-processor name="datetime-local"/> <attribute-processor name="email"/> <attribute-processor name="month"/> <attribute-processor name="number"/> <attribute-processor name="range"/> <attribute-processor name="search"/> <attribute-processor name="tel"/> <attribute-processor name="time"/> <attribute-processor name="url"/> <attribute-processor name="week"/> <!-- Additional expression objects --> <!-- ============================= --> <expression-object name="fields" class="org.thymeleaf.spring4.expression.Fields"/> <expression-object name="themes" class="org.thymeleaf.spring4.expression.Themes"/> </dialect>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy