Object
org.thymeleaf.spring6.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:
- 3.0.3
- Author:
- Daniel Fernández
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SPRING_REQUEST_CONTEXT
public static final String SPRING_REQUEST_CONTEXT
- See Also:
-
-
THYMELEAF_REQUEST_CONTEXT
public static final String THYMELEAF_REQUEST_CONTEXT
- See Also:
-
-
THYMELEAF_FIELD_BIND_STATUS
public static final String THYMELEAF_FIELD_BIND_STATUS
- See Also:
-
-
SPRING_BOUND_OBJECT_EXPRESSION
public static final String SPRING_BOUND_OBJECT_EXPRESSION
- See Also:
-