org.thymeleaf.standard.processor.attr
Class AbstractStandardLocalVariableDefinitionAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractLocalVariableDefinitionAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardLocalVariableDefinitionAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardWithAttrProcessor

public abstract class AbstractStandardLocalVariableDefinitionAttrProcessor
extends AbstractLocalVariableDefinitionAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractStandardLocalVariableDefinitionAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardLocalVariableDefinitionAttrProcessor(String attributeName)
           
 
Method Summary
protected  java.util.Map<String,Object> getNewLocalVariables(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractLocalVariableDefinitionAttrProcessor
processAttribute
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStandardLocalVariableDefinitionAttrProcessor

public AbstractStandardLocalVariableDefinitionAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardLocalVariableDefinitionAttrProcessor

public AbstractStandardLocalVariableDefinitionAttrProcessor(String attributeName)
Method Detail

getNewLocalVariables

protected final java.util.Map<String,Object> getNewLocalVariables(Arguments arguments,
                                                                  Element element,
                                                                  String attributeName)
Specified by:
getNewLocalVariables in class AbstractLocalVariableDefinitionAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.