org.thymeleaf.spring3.processor.attr
Class SpringInputGeneralFieldAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.spring3.processor.attr.AbstractSpringFieldAttrProcessor
org.thymeleaf.spring3.processor.attr.SpringInputGeneralFieldAttrProcessor
- All Implemented Interfaces:
- Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
public final class SpringInputGeneralFieldAttrProcessor
- extends AbstractSpringFieldAttrProcessor
- Since:
- 1.0
- Author:
- Daniel Fernández
Method Summary |
protected org.thymeleaf.processor.ProcessorResult |
doProcess(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String attributeValue,
org.springframework.web.servlet.support.BindStatus bindStatus,
Map<String,Object> localVariables)
|
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor |
doProcess, getMatcher |
Methods inherited from class org.thymeleaf.processor.AbstractProcessor |
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, process |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT_INPUT_TYPE_ATTR_VALUE
public static final String TEXT_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
HIDDEN_INPUT_TYPE_ATTR_VALUE
public static final String HIDDEN_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
DATETIME_INPUT_TYPE_ATTR_VALUE
public static final String DATETIME_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
DATETIMELOCAL_INPUT_TYPE_ATTR_VALUE
public static final String DATETIMELOCAL_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
DATE_INPUT_TYPE_ATTR_VALUE
public static final String DATE_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
MONTH_INPUT_TYPE_ATTR_VALUE
public static final String MONTH_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
TIME_INPUT_TYPE_ATTR_VALUE
public static final String TIME_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
WEEK_INPUT_TYPE_ATTR_VALUE
public static final String WEEK_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
NUMBER_INPUT_TYPE_ATTR_VALUE
public static final String NUMBER_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
RANGE_INPUT_TYPE_ATTR_VALUE
public static final String RANGE_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
EMAIL_INPUT_TYPE_ATTR_VALUE
public static final String EMAIL_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
URL_INPUT_TYPE_ATTR_VALUE
public static final String URL_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
SEARCH_INPUT_TYPE_ATTR_VALUE
public static final String SEARCH_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
TEL_INPUT_TYPE_ATTR_VALUE
public static final String TEL_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
COLOR_INPUT_TYPE_ATTR_VALUE
public static final String COLOR_INPUT_TYPE_ATTR_VALUE
- See Also:
- Constant Field Values
PROCESSORS
public static final SpringInputGeneralFieldAttrProcessor[] PROCESSORS
doProcess
protected org.thymeleaf.processor.ProcessorResult doProcess(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String attributeValue,
org.springframework.web.servlet.support.BindStatus bindStatus,
Map<String,Object> localVariables)
- Specified by:
doProcess
in class AbstractSpringFieldAttrProcessor
Copyright © 2012 The THYMELEAF team. All Rights Reserved.