Constant Field Values
Contents
org.thymeleaf.*
-
org.thymeleaf.cache.StandardCacheManager Modifier and Type Constant Field Value public static final boolean
DEFAULT_EXPRESSION_CACHE_ENABLE_COUNTERS
false
public static final int
DEFAULT_EXPRESSION_CACHE_INITIAL_SIZE
100
public static final int
DEFAULT_EXPRESSION_CACHE_MAX_SIZE
500
public static final String
DEFAULT_EXPRESSION_CACHE_NAME
"EXPRESSION_CACHE"
public static final boolean
DEFAULT_EXPRESSION_CACHE_USE_SOFT_REFERENCES
true
public static final boolean
DEFAULT_TEMPLATE_CACHE_ENABLE_COUNTERS
false
public static final int
DEFAULT_TEMPLATE_CACHE_INITIAL_SIZE
20
public static final int
DEFAULT_TEMPLATE_CACHE_MAX_SIZE
200
public static final String
DEFAULT_TEMPLATE_CACHE_NAME
"TEMPLATE_CACHE"
public static final boolean
DEFAULT_TEMPLATE_CACHE_USE_SOFT_REFERENCES
true
-
org.thymeleaf.standard.StandardDialect Modifier and Type Constant Field Value public static final String
NAME
"Standard"
public static final String
PREFIX
"th"
public static final int
PROCESSOR_PRECEDENCE
1000
-
org.thymeleaf.standard.expression.AdditionSubtractionExpression Modifier and Type Constant Field Value protected static final String
ADDITION_OPERATOR
"+"
protected static final String
SUBTRACTION_OPERATOR
"-"
-
org.thymeleaf.standard.expression.EqualsNotEqualsExpression Modifier and Type Constant Field Value protected static final String
EQUALS_OPERATOR
"=="
protected static final String
EQUALS_OPERATOR_2
"eq"
protected static final String
NOT_EQUALS_OPERATOR
"!="
protected static final String
NOT_EQUALS_OPERATOR_2
"neq"
protected static final String
NOT_EQUALS_OPERATOR_3
"ne"
-
org.thymeleaf.standard.expression.Expression Modifier and Type Constant Field Value public static final char
NESTING_END_CHAR
41
public static final char
NESTING_START_CHAR
40
public static final char
PARSING_PLACEHOLDER_CHAR
167
-
org.thymeleaf.standard.expression.FragmentExpression Modifier and Type Constant Field Value public static final char
SELECTOR
126
-
org.thymeleaf.standard.expression.GreaterLesserExpression Modifier and Type Constant Field Value protected static final String
GREATER_OR_EQUAL_TO_OPERATOR
">="
protected static final String
GREATER_OR_EQUAL_TO_OPERATOR_2
"ge"
protected static final String
GREATER_THAN_OPERATOR
">"
protected static final String
GREATER_THAN_OPERATOR_2
"gt"
protected static final String
LESS_OR_EQUAL_TO_OPERATOR
"<="
protected static final String
LESS_OR_EQUAL_TO_OPERATOR_2
"le"
protected static final String
LESS_THAN_OPERATOR
"<"
protected static final String
LESS_THAN_OPERATOR_2
"lt"
-
org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression Modifier and Type Constant Field Value protected static final String
DIVISION_OPERATOR
"/"
protected static final String
DIVISION_OPERATOR_2
"div"
protected static final String
MULTIPLICATION_OPERATOR
"*"
protected static final String
REMAINDER_OPERATOR
"%"
protected static final String
REMAINDER_OPERATOR_2
"mod"
-
org.thymeleaf.standard.expression.NumberTokenExpression Modifier and Type Constant Field Value public static final char
DECIMAL_POINT
46
-
org.thymeleaf.standard.expression.OGNLContextPropertyAccessor Modifier and Type Constant Field Value public static final String
RESTRICT_REQUEST_PARAMETERS
"%RESTRICT_REQUEST_PARAMETERS%"
-
org.thymeleaf.standard.expression.StandardExpressions Modifier and Type Constant Field Value public static final String
STANDARD_CONVERSION_SERVICE_ATTRIBUTE_NAME
"StandardConversionService"
public static final String
STANDARD_EXPRESSION_PARSER_ATTRIBUTE_NAME
"StandardExpressionParser"
public static final String
STANDARD_VARIABLE_EXPRESSION_EVALUATOR_ATTRIBUTE_NAME
"StandardVariableExpressionEvaluator"
-
org.thymeleaf.standard.expression.Token.TokenParsingTracer Modifier and Type Constant Field Value public static final char
TOKEN_SUBSTITUTE
35
-
org.thymeleaf.standard.processor.StandardActionTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"action"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardAltTitleTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"alt-title"
public static final int
PRECEDENCE
990
public static final String
TARGET_ATTR_NAME_ONE
"alt"
public static final String
TARGET_ATTR_NAME_TWO
"title"
-
org.thymeleaf.standard.processor.StandardAssertTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"assert"
public static final int
PRECEDENCE
1550
-
org.thymeleaf.standard.processor.StandardAttrappendTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"attrappend"
public static final int
PRECEDENCE
900
-
org.thymeleaf.standard.processor.StandardAttrprependTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"attrprepend"
public static final int
PRECEDENCE
800
-
org.thymeleaf.standard.processor.StandardAttrTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"attr"
public static final int
PRECEDENCE
700
-
org.thymeleaf.standard.processor.StandardBlockTagProcessor Modifier and Type Constant Field Value public static final String
ELEMENT_NAME
"block"
public static final int
PRECEDENCE
100000
-
org.thymeleaf.standard.processor.StandardCaseTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"case"
public static final String
CASE_DEFAULT_ATTRIBUTE_VALUE
"*"
public static final int
PRECEDENCE
275
-
org.thymeleaf.standard.processor.StandardClassappendTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"classappend"
public static final int
PRECEDENCE
1100
public static final String
TARGET_ATTR_NAME
"class"
-
org.thymeleaf.standard.processor.StandardConditionalCommentProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1100
-
org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
2147483647
-
org.thymeleaf.standard.processor.StandardDOMEventAttributeTagProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardEachTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"each"
public static final int
PRECEDENCE
200
-
org.thymeleaf.standard.processor.StandardFragmentTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"fragment"
public static final int
PRECEDENCE
1500
-
org.thymeleaf.standard.processor.StandardHrefTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"href"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardIfTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"if"
public static final int
PRECEDENCE
300
-
org.thymeleaf.standard.processor.StandardIncludeTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"include"
public static final int
PRECEDENCE
100
-
org.thymeleaf.standard.processor.StandardInlineEnablementTemplateBoundariesProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
10
-
org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"inline"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"inline"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"inline"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInliningCommentProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInliningTextProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardInsertTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"insert"
public static final int
PRECEDENCE
100
-
org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"lang-xmllang"
public static final int
PRECEDENCE
990
public static final String
TARGET_ATTR_NAME_ONE
"lang"
public static final String
TARGET_ATTR_NAME_TWO
"xml:lang"
-
org.thymeleaf.standard.processor.StandardMethodTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"method"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardObjectTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"object"
public static final int
PRECEDENCE
500
-
org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"ref"
public static final int
PRECEDENCE
10000
-
org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardRemoveTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"remove"
public static final int
PRECEDENCE
1600
public static final String
VALUE_ALL
"all"
public static final String
VALUE_ALL_BUT_FIRST
"all-but-first"
public static final String
VALUE_BODY
"body"
public static final String
VALUE_NONE
"none"
public static final String
VALUE_TAG
"tag"
public static final String
VALUE_TAGS
"tags"
-
org.thymeleaf.standard.processor.StandardReplaceTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"replace"
public static final int
PRECEDENCE
100
-
org.thymeleaf.standard.processor.StandardSrcTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"src"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardStyleappendTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"styleappend"
public static final int
PRECEDENCE
1100
public static final String
TARGET_ATTR_NAME
"style"
-
org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"substituteby"
public static final int
PRECEDENCE
100
-
org.thymeleaf.standard.processor.StandardSwitchTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"switch"
public static final int
PRECEDENCE
250
public static final String
SWITCH_VARIABLE_NAME
"%%SWITCH_EXPR%%"
-
org.thymeleaf.standard.processor.StandardTextTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"text"
public static final int
PRECEDENCE
1300
-
org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardUnlessTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"unless"
public static final int
PRECEDENCE
400
-
org.thymeleaf.standard.processor.StandardUtextTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"utext"
public static final int
PRECEDENCE
1400
-
org.thymeleaf.standard.processor.StandardValueTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"value"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardWithTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"with"
public static final int
PRECEDENCE
600
-
org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"xmlbase"
public static final int
PRECEDENCE
1000
public static final String
TARGET_ATTR_NAME
"xml:base"
-
org.thymeleaf.standard.processor.StandardXmlLangTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"xmllang"
public static final int
PRECEDENCE
1000
public static final String
TARGET_ATTR_NAME
"xml:lang"
-
org.thymeleaf.standard.processor.StandardXmlNsTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME_PREFIX
"xmlns:"
public static final int
PRECEDENCE
1000
-
org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"xmlspace"
public static final int
PRECEDENCE
1000
public static final String
TARGET_ATTR_NAME
"xml:space"
-
org.thymeleaf.standard.serializer.StandardSerializers Modifier and Type Constant Field Value public static final String
STANDARD_CSS_SERIALIZER_ATTRIBUTE_NAME
"StandardCSSSerializer"
public static final String
STANDARD_JAVASCRIPT_SERIALIZER_ATTRIBUTE_NAME
"StandardJavaScriptSerializer"
-
org.thymeleaf.templateparser.markup.decoupled.DecoupledTemplateLogicBuilderMarkupHandler Modifier and Type Constant Field Value public static final String
ATTRIBUTE_NAME_SEL
"sel"
public static final String
TAG_NAME_ATTR
"attr"
public static final String
TAG_NAME_LOGIC
"thlogic"
-
org.thymeleaf.templateparser.markup.decoupled.StandardDecoupledTemplateLogicResolver Modifier and Type Constant Field Value public static final String
DECOUPLED_TEMPLATE_LOGIC_FILE_SUFFIX
".th.xml"
-
org.thymeleaf.templateresolver.AbstractConfigurableTemplateResolver Modifier and Type Constant Field Value public static final boolean
DEFAULT_CACHEABLE
true
-
org.thymeleaf.templateresolver.AbstractTemplateResolver Modifier and Type Constant Field Value public static final boolean
DEFAULT_EXISTENCE_CHECK
false
public static final boolean
DEFAULT_USE_DECOUPLED_LOGIC
false
-
org.thymeleaf.templateresolver.StringTemplateResolver Modifier and Type Constant Field Value public static final boolean
DEFAULT_CACHEABLE
false
-
org.thymeleaf.util.AggregateCharSequence Modifier and Type Constant Field Value protected static final long
serialVersionUID
823987612L