public abstract class AbstractMarkupRemovalAttrProcessor extends AbstractAttrProcessor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractMarkupRemovalAttrProcessor.RemovalType |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMarkupRemovalAttrProcessor(IAttributeNameProcessorMatcher matcher) |
protected |
AbstractMarkupRemovalAttrProcessor(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractMarkupRemovalAttrProcessor.RemovalType |
getRemovalType(Arguments arguments,
Element element,
String attributeName) |
ProcessorResult |
processAttribute(Arguments arguments,
Element element,
String attributeName) |
doProcess, getMatchercompareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, processprotected AbstractMarkupRemovalAttrProcessor(IAttributeNameProcessorMatcher matcher)
protected AbstractMarkupRemovalAttrProcessor(String attributeName)
public final ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
processAttribute in class AbstractAttrProcessorprotected abstract AbstractMarkupRemovalAttrProcessor.RemovalType getRemovalType(Arguments arguments, Element element, String attributeName)
Copyright © 2016 The THYMELEAF team. All rights reserved.