org.thymeleaf.spring4.processor.attr
Class SpringInputCheckboxFieldAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.spring4.processor.attr.AbstractSpringFieldAttrProcessor
              extended by org.thymeleaf.spring4.processor.attr.SpringInputCheckboxFieldAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor

public final class SpringInputCheckboxFieldAttrProcessor
extends AbstractSpringFieldAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String CHECKBOX_INPUT_TYPE_ATTR_VALUE
           
 
Fields inherited from class org.thymeleaf.spring4.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
SpringInputCheckboxFieldAttrProcessor()
           
 
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.spring4.processor.attr.AbstractSpringFieldAttrProcessor
computeId, getPrecedence, processAttribute
 
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
 

Field Detail

CHECKBOX_INPUT_TYPE_ATTR_VALUE

public static final String CHECKBOX_INPUT_TYPE_ATTR_VALUE
See Also:
Constant Field Values
Constructor Detail

SpringInputCheckboxFieldAttrProcessor

public SpringInputCheckboxFieldAttrProcessor()
Method Detail

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 © 2013 The THYMELEAF team. All Rights Reserved.