org.thymeleaf.spring3.processor.attr
Class SpringInputPasswordFieldAttrProcessor

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

public final class SpringInputPasswordFieldAttrProcessor
extends AbstractSpringFieldAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String PASSWORD_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
SpringInputPasswordFieldAttrProcessor()
           
 
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

PASSWORD_INPUT_TYPE_ATTR_VALUE

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

SpringInputPasswordFieldAttrProcessor

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