org.thymeleaf.standard.processor.attr
Class AbstractStandardFragmentHandlingAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractFragmentHandlingAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardFragmentHandlingAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardIncludeFragmentAttrProcessor, StandardReplaceFragmentAttrProcessor, StandardSubstituteByFragmentAttrProcessor

public abstract class AbstractStandardFragmentHandlingAttrProcessor
extends AbstractFragmentHandlingAttrProcessor

Since:
2.0.9
Author:
Daniel Fernández

Constructor Summary
protected AbstractStandardFragmentHandlingAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
protected AbstractStandardFragmentHandlingAttrProcessor(String attributeName)
           
 
Method Summary
protected  List<Node> computeFragment(Arguments arguments, Element element, String attributeName, String attributeValue)
           
protected abstract  String getFragmentSignatureUnprefixedAttributeName(Arguments arguments, Element element, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractFragmentHandlingAttrProcessor
getRemoveHostNode, processAttribute
 
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

AbstractStandardFragmentHandlingAttrProcessor

protected AbstractStandardFragmentHandlingAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardFragmentHandlingAttrProcessor

protected AbstractStandardFragmentHandlingAttrProcessor(String attributeName)
Method Detail

computeFragment

protected final List<Node> computeFragment(Arguments arguments,
                                           Element element,
                                           String attributeName,
                                           String attributeValue)
Specified by:
computeFragment in class AbstractFragmentHandlingAttrProcessor

getFragmentSignatureUnprefixedAttributeName

protected abstract String getFragmentSignatureUnprefixedAttributeName(Arguments arguments,
                                                                      Element element,
                                                                      String attributeName,
                                                                      String attributeValue)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.