public final class EngineEventUtils extends Object
Utility class containing methods that answer questions about the contents or features of specific event objects.
Meant for internal use only.
Modifier and Type | Method and Description |
---|---|
static IStandardExpression |
computeAttributeExpression(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue) |
static boolean |
isInlineable(ICDATASection cdataSection) |
static boolean |
isInlineable(IComment comment) |
static boolean |
isInlineable(IText text) |
static boolean |
isWhitespace(ICDATASection cdataSection) |
static boolean |
isWhitespace(IComment comment) |
static boolean |
isWhitespace(IText text) |
public static boolean isWhitespace(IText text)
public static boolean isWhitespace(ICDATASection cdataSection)
public static boolean isWhitespace(IComment comment)
public static boolean isInlineable(IText text)
public static boolean isInlineable(ICDATASection cdataSection)
public static boolean isInlineable(IComment comment)
public static IStandardExpression computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)
Copyright © 2017 The THYMELEAF team. All rights reserved.