Constant Field Values
Contents
org.thymeleaf.*
-
org.thymeleaf.cache.StandardCacheManager Modifier and Type Constant Field Value public static final booleanDEFAULT_EXPRESSION_CACHE_ENABLE_COUNTERSfalsepublic static final intDEFAULT_EXPRESSION_CACHE_INITIAL_SIZE100public static final intDEFAULT_EXPRESSION_CACHE_MAX_SIZE500public static final StringDEFAULT_EXPRESSION_CACHE_NAME"EXPRESSION_CACHE"public static final booleanDEFAULT_EXPRESSION_CACHE_USE_SOFT_REFERENCEStruepublic static final booleanDEFAULT_TEMPLATE_CACHE_ENABLE_COUNTERSfalsepublic static final intDEFAULT_TEMPLATE_CACHE_INITIAL_SIZE20public static final intDEFAULT_TEMPLATE_CACHE_MAX_SIZE200public static final StringDEFAULT_TEMPLATE_CACHE_NAME"TEMPLATE_CACHE"public static final booleanDEFAULT_TEMPLATE_CACHE_USE_SOFT_REFERENCEStrue
-
org.thymeleaf.standard.StandardDialect Modifier and Type Constant Field Value public static final StringNAME"Standard"public static final StringPREFIX"th"public static final intPROCESSOR_PRECEDENCE1000
-
org.thymeleaf.standard.expression.AdditionSubtractionExpression Modifier and Type Constant Field Value protected static final StringADDITION_OPERATOR"+"protected static final StringSUBTRACTION_OPERATOR"-" -
org.thymeleaf.standard.expression.EqualsNotEqualsExpression Modifier and Type Constant Field Value protected static final StringEQUALS_OPERATOR"=="protected static final StringEQUALS_OPERATOR_2"eq"protected static final StringNOT_EQUALS_OPERATOR"!="protected static final StringNOT_EQUALS_OPERATOR_2"neq"protected static final StringNOT_EQUALS_OPERATOR_3"ne" -
org.thymeleaf.standard.expression.Expression Modifier and Type Constant Field Value public static final charNESTING_END_CHAR41public static final charNESTING_START_CHAR40public static final charPARSING_PLACEHOLDER_CHAR167 -
org.thymeleaf.standard.expression.FragmentExpression Modifier and Type Constant Field Value public static final charSELECTOR126 -
org.thymeleaf.standard.expression.GreaterLesserExpression Modifier and Type Constant Field Value protected static final StringGREATER_OR_EQUAL_TO_OPERATOR">="protected static final StringGREATER_OR_EQUAL_TO_OPERATOR_2"ge"protected static final StringGREATER_THAN_OPERATOR">"protected static final StringGREATER_THAN_OPERATOR_2"gt"protected static final StringLESS_OR_EQUAL_TO_OPERATOR"<="protected static final StringLESS_OR_EQUAL_TO_OPERATOR_2"le"protected static final StringLESS_THAN_OPERATOR"<"protected static final StringLESS_THAN_OPERATOR_2"lt" -
org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression Modifier and Type Constant Field Value protected static final StringDIVISION_OPERATOR"/"protected static final StringDIVISION_OPERATOR_2"div"protected static final StringMULTIPLICATION_OPERATOR"*"protected static final StringREMAINDER_OPERATOR"%"protected static final StringREMAINDER_OPERATOR_2"mod" -
org.thymeleaf.standard.expression.NumberTokenExpression Modifier and Type Constant Field Value public static final charDECIMAL_POINT46 -
org.thymeleaf.standard.expression.OGNLContextPropertyAccessor Modifier and Type Constant Field Value public static final StringRESTRICT_REQUEST_PARAMETERS"%RESTRICT_REQUEST_PARAMETERS%" -
org.thymeleaf.standard.expression.StandardExpressions Modifier and Type Constant Field Value public static final StringSTANDARD_CONVERSION_SERVICE_ATTRIBUTE_NAME"StandardConversionService"public static final StringSTANDARD_EXPRESSION_PARSER_ATTRIBUTE_NAME"StandardExpressionParser"public static final StringSTANDARD_VARIABLE_EXPRESSION_EVALUATOR_ATTRIBUTE_NAME"StandardVariableExpressionEvaluator" -
org.thymeleaf.standard.expression.Token.TokenParsingTracer Modifier and Type Constant Field Value public static final charTOKEN_SUBSTITUTE35
-
org.thymeleaf.standard.processor.StandardActionTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"action"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardAltTitleTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"alt-title"public static final intPRECEDENCE990public static final StringTARGET_ATTR_NAME_ONE"alt"public static final StringTARGET_ATTR_NAME_TWO"title" -
org.thymeleaf.standard.processor.StandardAssertTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"assert"public static final intPRECEDENCE1550 -
org.thymeleaf.standard.processor.StandardAttrappendTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"attrappend"public static final intPRECEDENCE900 -
org.thymeleaf.standard.processor.StandardAttrprependTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"attrprepend"public static final intPRECEDENCE800 -
org.thymeleaf.standard.processor.StandardAttrTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"attr"public static final intPRECEDENCE700 -
org.thymeleaf.standard.processor.StandardBlockTagProcessor Modifier and Type Constant Field Value public static final StringELEMENT_NAME"block"public static final intPRECEDENCE100000 -
org.thymeleaf.standard.processor.StandardCaseTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"case"public static final StringCASE_DEFAULT_ATTRIBUTE_VALUE"*"public static final intPRECEDENCE275 -
org.thymeleaf.standard.processor.StandardClassappendTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"classappend"public static final intPRECEDENCE1100public static final StringTARGET_ATTR_NAME"class" -
org.thymeleaf.standard.processor.StandardConditionalCommentProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1100 -
org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE2147483647 -
org.thymeleaf.standard.processor.StandardDOMEventAttributeTagProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardEachTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"each"public static final intPRECEDENCE200 -
org.thymeleaf.standard.processor.StandardFragmentTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"fragment"public static final intPRECEDENCE1500 -
org.thymeleaf.standard.processor.StandardHrefTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"href"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardIfTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"if"public static final intPRECEDENCE300 -
org.thymeleaf.standard.processor.StandardIncludeTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"include"public static final intPRECEDENCE100 -
org.thymeleaf.standard.processor.StandardInlineEnablementTemplateBoundariesProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE10 -
org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"inline"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"inline"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"inline"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInliningCommentProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInliningTextProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardInsertTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"insert"public static final intPRECEDENCE100 -
org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"lang-xmllang"public static final intPRECEDENCE990public static final StringTARGET_ATTR_NAME_ONE"lang"public static final StringTARGET_ATTR_NAME_TWO"xml:lang" -
org.thymeleaf.standard.processor.StandardMethodTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"method"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardObjectTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"object"public static final intPRECEDENCE500 -
org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"ref"public static final intPRECEDENCE10000 -
org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardRemoveTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"remove"public static final intPRECEDENCE1600public static final StringVALUE_ALL"all"public static final StringVALUE_ALL_BUT_FIRST"all-but-first"public static final StringVALUE_BODY"body"public static final StringVALUE_NONE"none"public static final StringVALUE_TAG"tag"public static final StringVALUE_TAGS"tags" -
org.thymeleaf.standard.processor.StandardReplaceTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"replace"public static final intPRECEDENCE100 -
org.thymeleaf.standard.processor.StandardSrcTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"src"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardStyleappendTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"styleappend"public static final intPRECEDENCE1100public static final StringTARGET_ATTR_NAME"style" -
org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"substituteby"public static final intPRECEDENCE100 -
org.thymeleaf.standard.processor.StandardSwitchTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"switch"public static final intPRECEDENCE250public static final StringSWITCH_VARIABLE_NAME"%%SWITCH_EXPR%%" -
org.thymeleaf.standard.processor.StandardTextTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"text"public static final intPRECEDENCE1300 -
org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor Modifier and Type Constant Field Value public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardUnlessTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"unless"public static final intPRECEDENCE400 -
org.thymeleaf.standard.processor.StandardUtextTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"utext"public static final intPRECEDENCE1400 -
org.thymeleaf.standard.processor.StandardValueTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"value"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardWithTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"with"public static final intPRECEDENCE600 -
org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"xmlbase"public static final intPRECEDENCE1000public static final StringTARGET_ATTR_NAME"xml:base" -
org.thymeleaf.standard.processor.StandardXmlLangTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"xmllang"public static final intPRECEDENCE1000public static final StringTARGET_ATTR_NAME"xml:lang" -
org.thymeleaf.standard.processor.StandardXmlNsTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME_PREFIX"xmlns:"public static final intPRECEDENCE1000 -
org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor Modifier and Type Constant Field Value public static final StringATTR_NAME"xmlspace"public static final intPRECEDENCE1000public static final StringTARGET_ATTR_NAME"xml:space"
-
org.thymeleaf.standard.serializer.StandardSerializers Modifier and Type Constant Field Value public static final StringSTANDARD_CSS_SERIALIZER_ATTRIBUTE_NAME"StandardCSSSerializer"public static final StringSTANDARD_JAVASCRIPT_SERIALIZER_ATTRIBUTE_NAME"StandardJavaScriptSerializer"
-
org.thymeleaf.templateparser.markup.decoupled.DecoupledTemplateLogicBuilderMarkupHandler Modifier and Type Constant Field Value public static final StringATTRIBUTE_NAME_SEL"sel"public static final StringTAG_NAME_ATTR"attr"public static final StringTAG_NAME_LOGIC"thlogic" -
org.thymeleaf.templateparser.markup.decoupled.StandardDecoupledTemplateLogicResolver Modifier and Type Constant Field Value public static final StringDECOUPLED_TEMPLATE_LOGIC_FILE_SUFFIX".th.xml"
-
org.thymeleaf.templateresolver.AbstractConfigurableTemplateResolver Modifier and Type Constant Field Value public static final booleanDEFAULT_CACHEABLEtrue -
org.thymeleaf.templateresolver.AbstractTemplateResolver Modifier and Type Constant Field Value public static final booleanDEFAULT_EXISTENCE_CHECKfalsepublic static final booleanDEFAULT_USE_DECOUPLED_LOGICfalse -
org.thymeleaf.templateresolver.StringTemplateResolver Modifier and Type Constant Field Value public static final booleanDEFAULT_CACHEABLEfalse
-
org.thymeleaf.util.AggregateCharSequence Modifier and Type Constant Field Value protected static final longserialVersionUID823987612L