org.thymeleaf.spring3.naming
Class SpringContextVariableNames

Object
  extended by org.thymeleaf.spring3.naming.SpringContextVariableNames

public final class SpringContextVariableNames
extends Object

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String SPRING_BOUND_OBJECT_EXPRESSION
           
static String SPRING_FIELD_BIND_STATUS
           
static String SPRING_FORM_COMMAND_VALUE
          Deprecated. Deprecated in 2.1.0. Use SPRING_BOUND_OBJECT_EXPRESSION instead. Will be removed in 3.0
static String SPRING_REQUEST_CONTEXT
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

SPRING_FORM_COMMAND_VALUE

@Deprecated
public static final String SPRING_FORM_COMMAND_VALUE
Deprecated. Deprecated in 2.1.0. Use SPRING_BOUND_OBJECT_EXPRESSION instead. Will be removed in 3.0
See Also:
Constant Field Values


Copyright © 2013 The THYMELEAF team. All Rights Reserved.