|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
public abstract class AbstractFragmentAttrProcessor
| Nested Class Summary | |
|---|---|
protected static class |
AbstractFragmentAttrProcessor.AbstractFragmentSpec
|
protected static class |
AbstractFragmentAttrProcessor.CompleteTemplateFragmentSpec
|
protected static class |
AbstractFragmentAttrProcessor.DOMSelectorFragmentSpec
|
protected static class |
AbstractFragmentAttrProcessor.NamedFragmentSpec
|
| Constructor Summary | |
|---|---|
AbstractFragmentAttrProcessor(IAttributeNameProcessorMatcher matcher)
|
|
AbstractFragmentAttrProcessor(String attributeName)
|
|
| Method Summary | |
|---|---|
protected abstract AbstractFragmentAttrProcessor.AbstractFragmentSpec |
getFragmentSpec(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
|
protected abstract boolean |
getSubstituteInclusionNode(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
|
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 |
|---|
public AbstractFragmentAttrProcessor(String attributeName)
public AbstractFragmentAttrProcessor(IAttributeNameProcessorMatcher matcher)
| Method Detail |
|---|
public final ProcessorResult processAttribute(Arguments arguments,
Element element,
String attributeName)
processAttribute in class AbstractAttrProcessor
protected abstract boolean getSubstituteInclusionNode(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
protected abstract AbstractFragmentAttrProcessor.AbstractFragmentSpec getFragmentSpec(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||