Package org.thymeleaf.standard.processor
Class StandardTextTagProcessor
- java.lang.Object
-
- org.thymeleaf.processor.AbstractProcessor
-
- org.thymeleaf.processor.element.AbstractElementTagProcessor
-
- org.thymeleaf.processor.element.AbstractAttributeTagProcessor
-
- org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor
-
- org.thymeleaf.standard.processor.StandardTextTagProcessor
-
- All Implemented Interfaces:
IElementProcessor,IElementTagProcessor,IProcessor
public final class StandardTextTagProcessor extends AbstractStandardExpressionAttributeTagProcessor
- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTR_NAMEstatic intPRECEDENCE
-
Constructor Summary
Constructors Constructor Description StandardTextTagProcessor(TemplateMode templateMode, java.lang.String dialectPrefix)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)private static java.lang.StringproduceEscapedOutput(TemplateMode templateMode, java.lang.String input)-
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor
doProcess
-
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
-
PRECEDENCE
public static final int PRECEDENCE
- See Also:
- Constant Field Values
-
ATTR_NAME
public static final java.lang.String ATTR_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardTextTagProcessor
public StandardTextTagProcessor(TemplateMode templateMode, java.lang.String dialectPrefix)
-
-
Method Detail
-
doProcess
protected void doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)
- Specified by:
doProcessin classAbstractStandardExpressionAttributeTagProcessor
-
produceEscapedOutput
private static java.lang.String produceEscapedOutput(TemplateMode templateMode, java.lang.String input)
-
-