Package org.thymeleaf.standard.processor
Class StandardIncludeTagProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor
org.thymeleaf.standard.processor.StandardIncludeTagProcessor
- All Implemented Interfaces:
IElementProcessor,IElementTagProcessor,IProcessor
@Deprecated
public final class StandardIncludeTagProcessor
extends AbstractStandardFragmentInsertionTagProcessor
Deprecated.
Deprecated in Thymeleaf 3.0. This attribute will raise a warning since 3.1 and will
be removed in version 3.2/4.0. Please use th:insert instead.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardIncludeTagProcessor(TemplateMode templateMode, String dialectPrefix) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) Deprecated.Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processMethods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Field Details
-
PRECEDENCE
public static final int PRECEDENCEDeprecated.- See Also:
-
ATTR_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
StandardIncludeTagProcessor
Deprecated.
-
-
Method Details
-
doProcess
protected void doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) Deprecated.- Overrides:
doProcessin classAbstractStandardFragmentInsertionTagProcessor
-