Package org.thymeleaf.engine
Class EngineEventUtils
java.lang.Object
org.thymeleaf.engine.EngineEventUtils
Utility class containing methods that answer questions about the contents or features of specific event objects.
Meant for internal use only.
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IStandardExpressioncomputeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) private static booleanprivate static booleanstatic booleanisInlineable(ICDATASection cdataSection) static booleanisInlineable(IComment comment) static booleanisInlineable(IText text) static booleanisWhitespace(ICDATASection cdataSection) static booleanisWhitespace(IComment comment) static booleanisWhitespace(IText text) private static IStandardExpressionparseAttributeExpression(ITemplateContext context, String attributeValue)
-
Constructor Details
-
EngineEventUtils
private EngineEventUtils()
-
-
Method Details
-
isWhitespace
-
isWhitespace
-
isWhitespace
-
isInlineable
-
isInlineable
-
isInlineable
-
computeWhitespace
-
computeInlineable
-
computeAttributeExpression
public static IStandardExpression computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) -
parseAttributeExpression
private static IStandardExpression parseAttributeExpression(ITemplateContext context, String attributeValue)
-