org.thymeleaf.standard.processor.attr
Class AbstractStandardAssertionAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractAssertionAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardAssertionAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardAssertAttrProcessor

public abstract class AbstractStandardAssertionAttrProcessor
extends AbstractAssertionAttrProcessor

Since:
2.1.0
Author:
Daniel Fernández

Constructor Summary
protected AbstractStandardAssertionAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
protected AbstractStandardAssertionAttrProcessor(String attributeName)
           
 
Method Summary
protected  void checkAssertions(Arguments arguments, Element element, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAssertionAttrProcessor
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

AbstractStandardAssertionAttrProcessor

protected AbstractStandardAssertionAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardAssertionAttrProcessor

protected AbstractStandardAssertionAttrProcessor(String attributeName)
Method Detail

checkAssertions

protected final void checkAssertions(Arguments arguments,
                                     Element element,
                                     String attributeName,
                                     String attributeValue)
Specified by:
checkAssertions in class AbstractAssertionAttrProcessor


Copyright © 2013 The THYMELEAF team. All Rights Reserved.