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, StandardSubstituteByFragmentAttrProcessor

public abstract class AbstractStandardFragmentHandlingAttrProcessor
extends AbstractFragmentHandlingAttrProcessor

Since:
2.0.9
Author:
Daniel Fernández

Constructor Summary
AbstractStandardFragmentHandlingAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardFragmentHandlingAttrProcessor(String attributeName)
           
 
Method Summary
protected  FragmentAndTarget getFragmentAndTarget(Arguments arguments, Element element, String attributeName, String attributeValue, boolean substituteInclusionNode)
           
protected abstract  String getTargetAttributeName(Arguments arguments, Element element, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractFragmentHandlingAttrProcessor
getSubstituteInclusionNode, 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

public AbstractStandardFragmentHandlingAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardFragmentHandlingAttrProcessor

public AbstractStandardFragmentHandlingAttrProcessor(String attributeName)
Method Detail

getFragmentAndTarget

protected final FragmentAndTarget getFragmentAndTarget(Arguments arguments,
                                                       Element element,
                                                       String attributeName,
                                                       String attributeValue,
                                                       boolean substituteInclusionNode)
Specified by:
getFragmentAndTarget in class AbstractFragmentHandlingAttrProcessor

getTargetAttributeName

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


Copyright © 2013 The THYMELEAF team. All Rights Reserved.