Constant Field Values
Contents
org.thymeleaf.*
-
org.thymeleaf.spring4.dialect.SpringStandardDialect Modifier and Type Constant Field Value public static final boolean
DEFAULT_ENABLE_SPRING_EL_COMPILER
false
public static final boolean
DEFAULT_RENDER_HIDDEN_MARKERS_BEFORE_CHECKBOXES
false
public static final String
NAME
"SpringStandard"
public static final String
PREFIX
"th"
public static final int
PROCESSOR_PRECEDENCE
1000
-
org.thymeleaf.spring4.expression.SpringStandardExpressionObjectFactory Modifier and Type Constant Field Value public static final String
FIELDS_EXPRESSION_OBJECT_NAME
"fields"
public static final String
MVC_EXPRESSION_OBJECT_NAME
"mvc"
public static final String
REQUESTDATAVALUES_EXPRESSION_OBJECT_NAME
"requestdatavalues"
public static final String
THEMES_EXPRESSION_OBJECT_NAME
"themes"
-
org.thymeleaf.spring4.expression.SpringStandardExpressions Modifier and Type Constant Field Value public static final String
ENABLE_SPRING_EL_COMPILER_ATTRIBUTE_NAME
"EnableSpringELCompiler"
-
org.thymeleaf.spring4.expression.ThymeleafEvaluationContext Modifier and Type Constant Field Value public static final String
THYMELEAF_EVALUATION_CONTEXT_CONTEXT_VARIABLE_NAME
"thymeleaf::EvaluationContext"
-
org.thymeleaf.spring4.naming.SpringContextVariableNames Modifier and Type Constant Field Value public static final String
SPRING_BOUND_OBJECT_EXPRESSION
"springBoundObjectExpression"
public static final String
SPRING_FIELD_BIND_STATUS
"springFieldBindStatus"
public static final String
SPRING_REQUEST_CONTEXT
"springRequestContext"
-
org.thymeleaf.spring4.processor.AbstractSpringFieldTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"field"
public static final int
ATTR_PRECEDENCE
1700
protected static final String
CHECKED_ATTR_NAME
"checked"
protected static final String
DISABLED_ATTR_NAME
"disabled"
protected static final String
ID_ATTR_NAME
"id"
protected static final String
INPUT_TAG_NAME
"input"
protected static final String
MULTIPLE_ATTR_NAME
"multiple"
protected static final String
NAME_ATTR_NAME
"name"
protected static final String
OPTION_TAG_NAME
"option"
protected static final String
SELECT_TAG_NAME
"select"
protected static final String
SELECTED_ATTR_NAME
"selected"
protected static final String
TEXTAREA_TAG_NAME
"textarea"
protected static final String
TYPE_ATTR_NAME
"type"
protected static final String
VALUE_ATTR_NAME
"value"
-
org.thymeleaf.spring4.processor.SpringActionTagProcessor Modifier and Type Constant Field Value public static final int
ATTR_PRECEDENCE
1000
public static final String
TARGET_ATTR_NAME
"action"
-
org.thymeleaf.spring4.processor.SpringErrorClassTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"errorclass"
public static final int
ATTR_PRECEDENCE
1800
public static final String
TARGET_ATTR_NAME
"class"
-
org.thymeleaf.spring4.processor.SpringErrorsTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"errors"
public static final int
ATTR_PRECEDENCE
1700
-
org.thymeleaf.spring4.processor.SpringHrefTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"href"
public static final int
ATTR_PRECEDENCE
1000
-
org.thymeleaf.spring4.processor.SpringInputCheckboxFieldTagProcessor Modifier and Type Constant Field Value public static final String
CHECKBOX_INPUT_TYPE_ATTR_VALUE
"checkbox"
-
org.thymeleaf.spring4.processor.SpringInputFileFieldTagProcessor Modifier and Type Constant Field Value public static final String
FILE_INPUT_TYPE_ATTR_VALUE
"file"
-
org.thymeleaf.spring4.processor.SpringInputPasswordFieldTagProcessor Modifier and Type Constant Field Value public static final String
PASSWORD_INPUT_TYPE_ATTR_VALUE
"password"
-
org.thymeleaf.spring4.processor.SpringInputRadioFieldTagProcessor Modifier and Type Constant Field Value public static final String
RADIO_INPUT_TYPE_ATTR_VALUE
"radio"
-
org.thymeleaf.spring4.processor.SpringMethodTagProcessor Modifier and Type Constant Field Value public static final int
ATTR_PRECEDENCE
990
public static final String
TARGET_ATTR_NAME
"method"
-
org.thymeleaf.spring4.processor.SpringObjectTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"object"
public static final int
ATTR_PRECEDENCE
500
-
org.thymeleaf.spring4.processor.SpringOptionInSelectFieldTagProcessor Modifier and Type Constant Field Value public static final int
ATTR_PRECEDENCE
1005
public static final String
OPTION_TAG_NAME
"option"
-
org.thymeleaf.spring4.processor.SpringSrcTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"src"
public static final int
ATTR_PRECEDENCE
1000
-
org.thymeleaf.spring4.processor.SpringTranslationDocTypeProcessor Modifier and Type Constant Field Value public static final int
PRECEDENCE
1000
-
org.thymeleaf.spring4.processor.SpringUErrorsTagProcessor Modifier and Type Constant Field Value public static final String
ATTR_NAME
"uerrors"
public static final int
ATTR_PRECEDENCE
1700
-
org.thymeleaf.spring4.processor.SpringValueTagProcessor Modifier and Type Constant Field Value public static final int
ATTR_PRECEDENCE
1010
public static final String
TARGET_ATTR_NAME
"value"
-
org.thymeleaf.spring4.util.FieldUtils Modifier and Type Constant Field Value public static final String
ALL_EXPRESSION
"all"
public static final String
ALL_FIELDS
"*"
public static final String
GLOBAL_EXPRESSION
"global"
-
org.thymeleaf.spring4.view.AbstractThymeleafView Modifier and Type Constant Field Value public static final String
DEFAULT_CONTENT_TYPE
"text/html;charset=ISO-8859-1"
public static final boolean
DEFAULT_PRODUCE_PARTIAL_OUTPUT_WHILE_PROCESSING
true
-
org.thymeleaf.spring4.view.ThymeleafViewResolver Modifier and Type Constant Field Value public static final String
FORWARD_URL_PREFIX
"forward:"
public static final String
REDIRECT_URL_PREFIX
"redirect:"