Package org.thymeleaf.standard.processor
Class StandardIncludeTagProcessor
- java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTR_NAMEDeprecated.private static org.slf4j.LoggerLOGGERDeprecated.static intPRECEDENCEDeprecated.
-
Constructor Summary
Constructors Constructor Description StandardIncludeTagProcessor(TemplateMode templateMode, java.lang.String dialectPrefix)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voiddoProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)Deprecated.-
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor
shouldBeWrappedAsFragmentExpression
-
Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcess
-
Methods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, process
-
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateMode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
-
-
-
Field Detail
-
LOGGER
private static final org.slf4j.Logger LOGGER
Deprecated.
-
PRECEDENCE
public static final int PRECEDENCE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_NAME
public static final java.lang.String ATTR_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardIncludeTagProcessor
public StandardIncludeTagProcessor(TemplateMode templateMode, java.lang.String dialectPrefix)
Deprecated.
-
-
Method Detail
-
doProcess
protected void doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)
Deprecated.- Overrides:
doProcessin classAbstractStandardFragmentInsertionTagProcessor
-
-