org.thymeleaf.spring3.processor.attr
Class SpringInputGeneralFieldAttrProcessor

Object
  extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
      extended by org.thymeleaf.spring3.processor.attr.AbstractSpringFieldAttrProcessor
          extended by org.thymeleaf.spring3.processor.attr.SpringInputGeneralFieldAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.attr.IAttrProcessor>, org.thymeleaf.processor.attr.IAttrProcessor

public final class SpringInputGeneralFieldAttrProcessor
extends AbstractSpringFieldAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String COLOR_INPUT_TYPE_ATTR_VALUE
           
static String DATE_INPUT_TYPE_ATTR_VALUE
           
static String DATETIME_INPUT_TYPE_ATTR_VALUE
           
static String DATETIMELOCAL_INPUT_TYPE_ATTR_VALUE
           
static String EMAIL_INPUT_TYPE_ATTR_VALUE
           
static String HIDDEN_INPUT_TYPE_ATTR_VALUE
           
static String MONTH_INPUT_TYPE_ATTR_VALUE
           
static String NUMBER_INPUT_TYPE_ATTR_VALUE
           
static String RANGE_INPUT_TYPE_ATTR_VALUE
           
static String SEARCH_INPUT_TYPE_ATTR_VALUE
           
static String TEL_INPUT_TYPE_ATTR_VALUE
           
static String TEXT_INPUT_TYPE_ATTR_VALUE
           
static String TIME_INPUT_TYPE_ATTR_VALUE
           
static String URL_INPUT_TYPE_ATTR_VALUE
           
static String WEEK_INPUT_TYPE_ATTR_VALUE
           
 
Fields inherited from class org.thymeleaf.spring3.processor.attr.AbstractSpringFieldAttrProcessor
ATTR_NAME, ATTR_PRECEDENCE, INPUT_TAG_NAME, INPUT_TYPE_ATTR_NAME, OPTION_TAG_NAME, SELECT_TAG_NAME, TEXTAREA_TAG_NAME
 
Constructor Summary
SpringInputGeneralFieldAttrProcessor()
           
 
Method Summary
protected  org.thymeleaf.processor.attr.AttrProcessResult doProcess(org.thymeleaf.Arguments arguments, org.thymeleaf.templateresolver.TemplateResolution templateResolution, Document document, Element element, Attr attribute, org.springframework.web.servlet.support.BindStatus bindStatus, Map<String,Object> localVariables)
           
protected  org.thymeleaf.processor.applicability.IApplicabilityFilter getApplicabilityFilter()
           
 
Methods inherited from class org.thymeleaf.spring3.processor.attr.AbstractSpringFieldAttrProcessor
computeId, getAttributeApplicabilities, getPrecedence, getValueProcessorDependencies, process
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SpringInputGeneralFieldAttrProcessor

public SpringInputGeneralFieldAttrProcessor()
Method Detail

getApplicabilityFilter

protected org.thymeleaf.processor.applicability.IApplicabilityFilter getApplicabilityFilter()
Specified by:
getApplicabilityFilter in class AbstractSpringFieldAttrProcessor

doProcess

protected org.thymeleaf.processor.attr.AttrProcessResult doProcess(org.thymeleaf.Arguments arguments,
                                                                   org.thymeleaf.templateresolver.TemplateResolution templateResolution,
                                                                   Document document,
                                                                   Element element,
                                                                   Attr attribute,
                                                                   org.springframework.web.servlet.support.BindStatus bindStatus,
                                                                   Map<String,Object> localVariables)
Specified by:
doProcess in class AbstractSpringFieldAttrProcessor


Copyright © 2011 The THYMELEAF team. All Rights Reserved.