org.thymeleaf.extras.tiles2.dialect.processor
Class AbstractTilesFragmentHandlingAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
              extended by org.thymeleaf.extras.tiles2.dialect.processor.AbstractTilesFragmentHandlingAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
Direct Known Subclasses:
TilesIncludeAttrProcessor, TilesReplaceAttrProcessor, TilesSubstituteByAttrProcessor

public abstract class AbstractTilesFragmentHandlingAttrProcessor
extends org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor

Author:
Daniel Fernández

Constructor Summary
AbstractTilesFragmentHandlingAttrProcessor(String attributeName)
           
 
Method Summary
protected  List<org.thymeleaf.dom.Node> getModifiedChildren(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
getReplaceHostElement, 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

AbstractTilesFragmentHandlingAttrProcessor

public AbstractTilesFragmentHandlingAttrProcessor(String attributeName)
Method Detail

getModifiedChildren

protected final List<org.thymeleaf.dom.Node> getModifiedChildren(org.thymeleaf.Arguments arguments,
                                                                 org.thymeleaf.dom.Element element,
                                                                 String attributeName)
Specified by:
getModifiedChildren in class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor


Copyright © 2014 The THYMELEAF team. All rights reserved.