org.thymeleaf.spring4.processor.attr
Class SpringOptionFieldAttrProcessor

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.SpringOptionFieldAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor

public final class SpringOptionFieldAttrProcessor
extends AbstractSpringFieldAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
 
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
SpringOptionFieldAttrProcessor()
           
 
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
 

Constructor Detail

SpringOptionFieldAttrProcessor

public SpringOptionFieldAttrProcessor()
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.