|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.thymeleaf.processor.AbstractProcessor org.thymeleaf.processor.text.AbstractTextNodeProcessor
public abstract class AbstractTextNodeProcessor
Constructor Summary | |
---|---|
AbstractTextNodeProcessor(ITextNodeProcessorMatcher matcher)
|
Method Summary | |
---|---|
protected ProcessorResult |
doProcess(Arguments arguments,
ProcessorMatchingContext processorMatchingContext,
Node node)
|
IProcessorMatcher<? extends AbstractTextNode> |
getMatcher()
Returns the matcher ( IProcessorMatcher ) that
defines the applicability of this processor. |
protected abstract ProcessorResult |
processTextNode(Arguments arguments,
AbstractTextNode textNode)
|
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 |
---|
public AbstractTextNodeProcessor(ITextNodeProcessorMatcher matcher)
Method Detail |
---|
public final IProcessorMatcher<? extends AbstractTextNode> getMatcher()
IProcessor
Returns the matcher (IProcessorMatcher
) that
defines the applicability of this processor.
protected final ProcessorResult doProcess(Arguments arguments, ProcessorMatchingContext processorMatchingContext, Node node)
doProcess
in class AbstractProcessor
protected abstract ProcessorResult processTextNode(Arguments arguments, AbstractTextNode textNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |