org.thymeleaf.standard.processor.attr
Class AbstractStandardFragmentAttrProcessor

Object
  extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
      extended by org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
          extended by org.thymeleaf.standard.processor.attr.AbstractStandardFragmentAttrProcessor
All Implemented Interfaces:
Comparable<IAttrProcessor>, IAttrProcessor
Direct Known Subclasses:
StandardIncludeAttrProcessor, StandardSubstituteByAttrProcessor

public abstract class AbstractStandardFragmentAttrProcessor
extends AbstractFragmentAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
 
Nested classes/interfaces inherited from class org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
AbstractFragmentAttrProcessor.AbstractFragmentSpec, AbstractFragmentAttrProcessor.CompleteTemplateFragmentSpec, AbstractFragmentAttrProcessor.NamedFragmentSpec, AbstractFragmentAttrProcessor.XPathFragmentSpec
 
Constructor Summary
AbstractStandardFragmentAttrProcessor()
           
 
Method Summary
protected abstract  String getFragmentAttributeName(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, FragmentSelection fragmentSelection)
           
protected  AbstractFragmentAttrProcessor.AbstractFragmentSpec getFragmentSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
getSubstituteInclusionNode, process
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.processor.attr.IAttrProcessor
getAttributeApplicabilities, getPrecedence
 

Constructor Detail

AbstractStandardFragmentAttrProcessor

public AbstractStandardFragmentAttrProcessor()
Method Detail

getFragmentSpec

protected final AbstractFragmentAttrProcessor.AbstractFragmentSpec getFragmentSpec(Arguments arguments,
                                                                                   TemplateResolution templateResolution,
                                                                                   Document document,
                                                                                   Element element,
                                                                                   Attr attribute,
                                                                                   String attributeName,
                                                                                   String attributeValue)
Specified by:
getFragmentSpec in class AbstractFragmentAttrProcessor

getFragmentAttributeName

protected abstract String getFragmentAttributeName(Arguments arguments,
                                                   TemplateResolution templateResolution,
                                                   Document document,
                                                   Element element,
                                                   Attr attribute,
                                                   FragmentSelection fragmentSelection)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.