org.thymeleaf.processor.attr
Class AbstractMarkupRemovalAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractMarkupRemovalAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardRemoveAttrProcessor

public abstract class AbstractMarkupRemovalAttrProcessor
extends AbstractAttrProcessor

Since:
2.1.0
Author:
Daniel Fernández

Nested Class Summary
protected static class AbstractMarkupRemovalAttrProcessor.RemovalType
           
 
Constructor Summary
protected AbstractMarkupRemovalAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
protected AbstractMarkupRemovalAttrProcessor(String attributeName)
           
 
Method Summary
protected abstract  AbstractMarkupRemovalAttrProcessor.RemovalType getRemovalType(Arguments arguments, Element element, String attributeName)
           
 ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
           
 
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

AbstractMarkupRemovalAttrProcessor

protected AbstractMarkupRemovalAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractMarkupRemovalAttrProcessor

protected AbstractMarkupRemovalAttrProcessor(String attributeName)
Method Detail

processAttribute

public final ProcessorResult processAttribute(Arguments arguments,
                                              Element element,
                                              String attributeName)
Specified by:
processAttribute in class AbstractAttrProcessor

getRemovalType

protected abstract AbstractMarkupRemovalAttrProcessor.RemovalType getRemovalType(Arguments arguments,
                                                                                 Element element,
                                                                                 String attributeName)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.