Package org.thymeleaf.spring3.naming
Class SpringContextVariableNames
- Object
-
- org.thymeleaf.spring3.naming.SpringContextVariableNames
-
public final class SpringContextVariableNames extends Object
Static class holding the names of context variables meant to have a special use inside the framework.
- Since:
- 1.0
- Author:
- Daniel Fernández
-
-
Field Summary
Fields Modifier and Type Field Description static String
SPRING_BOUND_OBJECT_EXPRESSION
static String
SPRING_FIELD_BIND_STATUS
static String
SPRING_REQUEST_CONTEXT
-
-
-
Field Detail
-
SPRING_REQUEST_CONTEXT
public static final String SPRING_REQUEST_CONTEXT
- See Also:
- Constant Field Values
-
SPRING_BOUND_OBJECT_EXPRESSION
public static final String SPRING_BOUND_OBJECT_EXPRESSION
- See Also:
- Constant Field Values
-
SPRING_FIELD_BIND_STATUS
public static final String SPRING_FIELD_BIND_STATUS
- See Also:
- Constant Field Values
-
-