Constant Field Values


Contents
org.thymeleaf.*

org.thymeleaf.Configuration
public static final int DEFAULT_PARSED_TEMPLATE_CACHE_SIZE 20

org.thymeleaf.OutputHandler
public static final String DOCTYPE_HTML5 "<!DOCTYPE html>"
public static final String DOCTYPE_PUBLICID_PREFIX "<!DOCTYPE html PUBLIC "
public static final String DOCTYPE_SYSTEMID_PREFIX "<!DOCTYPE html SYSTEM "
public static final String TRANSFORMER_OUTPUT_METHOD_HTML "html"
public static final String TRANSFORMER_OUTPUT_METHOD_XML "xml"

org.thymeleaf.Standards
public static final String HTML_STANDARD_ENTITIES_DOCTYPE "<!DOCTYPE html [\n <!ENTITY % HTMLlat1 PUBLIC \"-//W3C//ENTITIES Latin 1 for XHTML//EN\" \"xhtml-lat1.ent\">\n %HTMLlat1;\n <!ENTITY % HTMLsymbol PUBLIC \"-//W3C//ENTITIES Symbols for XHTML//EN\" \"xhtml-symbol.ent\">\n %HTMLsymbol;\n <!ENTITY % HTMLspecial PUBLIC \"-//W3C//ENTITIES Special for XHTML//EN\" \"xhtml-special.ent\">\n %HTMLspecial;\n]>"

org.thymeleaf.TemplateEngine
public static final char CHAR_ENTITY_START_SUBSTITUTE 404

org.thymeleaf.context.AbstractContext
public static final String EXEC_INFO_VARIABLE_NAME "execInfo"

org.thymeleaf.context.WebContext
public static final String APPLICATION_VARIABLE_NAME "application"
public static final String PARAM_VARIABLE_NAME "param"
public static final String SESSION_VARIABLE_NAME "session"

org.thymeleaf.expression.ExpressionEvaluatorObjects
public static final String AGGREGATES_EVALUATION_VARIABLE_NAME "aggregates"
public static final String APPLICATION_EVALUATION_VARIABLE_NAME "application"
public static final String ARRAYS_EVALUATION_VARIABLE_NAME "arrays"
public static final String BOOLS_EVALUATION_VARIABLE_NAME "bools"
public static final String CALENDARS_EVALUATION_VARIABLE_NAME "calendars"
public static final String CONTEXT_VARIABLE_NAME "ctx"
public static final String DATES_EVALUATION_VARIABLE_NAME "dates"
public static final String HTTP_SERVLET_REQUEST_VARIABLE_NAME "httpServletRequest"
public static final String HTTP_SESSION_VARIABLE_NAME "httpSession"
public static final String IDS_EVALUATION_VARIABLE_NAME "ids"
public static final String LISTS_EVALUATION_VARIABLE_NAME "lists"
public static final String LOCALE_EVALUATION_VARIABLE_NAME "locale"
public static final String MAPS_EVALUATION_VARIABLE_NAME "maps"
public static final String MESSAGES_EVALUATION_VARIABLE_NAME "messages"
public static final String NUMBERS_EVALUATION_VARIABLE_NAME "numbers"
public static final String OBJECTS_EVALUATION_VARIABLE_NAME "objects"
public static final String PARAM_EVALUATION_VARIABLE_NAME "param"
public static final String ROOT_VARIABLE_NAME "root"
public static final String SELECTION_VARIABLE_NAME "object"
public static final String SESSION_EVALUATION_VARIABLE_NAME "session"
public static final String SETS_EVALUATION_VARIABLE_NAME "sets"
public static final String STRINGS_EVALUATION_VARIABLE_NAME "strings"

org.thymeleaf.resourceresolver.ClassLoaderResourceResolver
public static final String NAME "CLASSLOADER"

org.thymeleaf.resourceresolver.FileResourceResolver
public static final String NAME "FILE"

org.thymeleaf.resourceresolver.ServletContextResourceResolver
public static final String NAME "SERVLETCONTEXT"

org.thymeleaf.resourceresolver.UrlResourceResolver
public static final String NAME "URL"

org.thymeleaf.standard.StandardDialect
public static final boolean LENIENT false
public static final String PREFIX "th"
public static final String STANDARD_VARIABLE_EXPRESSION_EVALUATOR "StandardVariable"

org.thymeleaf.standard.expression.AdditionSubtractionExpression
protected static final String ADDITION_OPERATOR "+"
protected static final String SUBTRACTION_OPERATOR "-"

org.thymeleaf.standard.expression.EqualsNotEqualsExpression
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"

org.thymeleaf.standard.expression.GreaterLesserExpression
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
protected static final String DIVISION_OPERATOR "/"
protected static final String MULTIPLICATION_OPERATOR "*"
protected static final String REMAINDER_OPERATOR "%"

org.thymeleaf.standard.expression.StandardExpressionProcessor
public static final String STANDARD_EXPRESSION_EXECUTOR_ATTRIBUTE_NAME "StandardExpressionExecutor"
public static final String STANDARD_EXPRESSION_PARSER_ATTRIBUTE_NAME "StandardExpressionParser"

org.thymeleaf.standard.inliner.AbstractStandardScriptingInliner
public static final String SCRIPT_ADD_INLINE_EVAL "\\/\\*\\[\\+(.*?)\\+\\]\\*\\/"
public static final String SCRIPT_INLINE_EVAL "\\[\\[(.*?)\\]\\]"
public static final String SCRIPT_REMOVE_INLINE_EVAL "\\/\\*\\[\\-(.*?)\\-\\]\\*\\/"
public static final String SCRIPT_VARIABLE_EXPRESSION_INLINE_EVAL "\\/\\*(\\[\\[(.*?)\\]\\])\\*\\/([^\n]*?)\n"

org.thymeleaf.standard.inliner.StandardTextInliner
public static final String TEXT_INLINE_EVAL "\\[\\[(.*?)\\]\\]"

org.thymeleaf.standard.processor.attr.AbstractStandardTextInlinerAttrProcessor
public static final String DART_INLINE "dart"
public static final String JAVASCRIPT_INLINE "javascript"
public static final String NONE_INLINE "none"
public static final String TEXT_INLINE "text"

org.thymeleaf.standard.processor.attr.StandardAltTitleAttrProcessor
public static final String ATTR_NAME "alt-title"

org.thymeleaf.standard.processor.attr.StandardAttrappendAttrProcessor
public static final String ATTR_NAME "attrappend"

org.thymeleaf.standard.processor.attr.StandardAttrAttrProcessor
public static final String ATTR_NAME "attr"

org.thymeleaf.standard.processor.attr.StandardAttrprependAttrProcessor
public static final String ATTR_NAME "attrprepend"

org.thymeleaf.standard.processor.attr.StandardClassappendAttrProcessor
public static final String ATTR_NAME "classappend"
public static final String TARGET_ATTR_NAME "class"

org.thymeleaf.standard.processor.attr.StandardEachAttrProcessor
public static final String ATTR_NAME "each"

org.thymeleaf.standard.processor.attr.StandardFragmentAttrProcessor
public static final String ATTR_NAME "fragment"

org.thymeleaf.standard.processor.attr.StandardIfAttrProcessor
public static final String ATTR_NAME "if"

org.thymeleaf.standard.processor.attr.StandardIncludeAttrProcessor
public static final String ATTR_NAME "include"
public static final String FRAGMENT_ATTR_NAME "fragment"

org.thymeleaf.standard.processor.attr.StandardInlineAttrProcessor
public static final String ATTR_NAME "inline"

org.thymeleaf.standard.processor.attr.StandardLangXmlLangAttrProcessor
public static final String ATTR_NAME "lang-xmllang"

org.thymeleaf.standard.processor.attr.StandardObjectAttrProcessor
public static final String ATTR_NAME "object"

org.thymeleaf.standard.processor.attr.StandardRemoveAttrProcessor
public static final String ATTR_NAME "remove"
public static final String VALUE_ALL "all"
public static final String VALUE_BODY "body"
public static final String VALUE_TAG "tag"

org.thymeleaf.standard.processor.attr.StandardSubstituteByAttrProcessor
public static final String ATTR_NAME "substituteby"
public static final String FRAGMENT_ATTR_NAME "fragment"

org.thymeleaf.standard.processor.attr.StandardTextAttrProcessor
public static final String ATTR_NAME "text"

org.thymeleaf.standard.processor.attr.StandardUnlessAttrProcessor
public static final String ATTR_NAME "unless"

org.thymeleaf.standard.processor.attr.StandardUtextAttrProcessor
public static final String ATTR_NAME "utext"

org.thymeleaf.standard.processor.attr.StandardWithAttrProcessor
public static final String ATTR_NAME "with"

org.thymeleaf.standard.processor.attr.StandardXmlBaseAttrProcessor
public static final String ATTR_NAME "xmlbase"
public static final String TARGET_ATTR_NAME "xml:base"

org.thymeleaf.standard.processor.attr.StandardXmlLangAttrProcessor
public static final String ATTR_NAME "xmllang"
public static final String TARGET_ATTR_NAME "xml:lang"

org.thymeleaf.standard.processor.attr.StandardXmlSpaceAttrProcessor
public static final String ATTR_NAME "xmlspace"
public static final String TARGET_ATTR_NAME "xml:space"

org.thymeleaf.templateresolver.TemplateResolver
public static final boolean DEFAULT_CACHEABLE true



Copyright © 2012 The THYMELEAF team. All Rights Reserved.