Package org.thymeleaf.templateparser.xmlsax

Examples of org.thymeleaf.templateparser.xmlsax.XmlValidatingSAXTemplateParser


    @Property(value = {DEFAULT_PATTERN}, unbounded = PropertyUnbounded.ARRAY)
    public static final String PATTERNS_PARAMETER = "org.apache.sling.scripting.thymeleaf.impl.templatemodehandler.ValidatingXmlTemplateModeHandler.patterns";

    public ValidatingXmlTemplateModeHandler() {
        super(TEMPLATE_MODE_NAME, new XmlValidatingSAXTemplateParser(poolSize()), new XmlTemplateWriter());
    }
View Full Code Here

TOP

Related Classes of org.thymeleaf.templateparser.xmlsax.XmlValidatingSAXTemplateParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.