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

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
                  extended by org.thymeleaf.extras.tiles2.dialect.processor.TilesSubstituteByAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor

public class TilesSubstituteByAttrProcessor
extends AbstractTilesFragmentHandlingAttrProcessor

Include a Tiles attribute.

Author:
Daniel Fernández

Field Summary
static String ATTR_NAME
           
static int PRECEDENCE
           
 
Constructor Summary
TilesSubstituteByAttrProcessor()
           
 
Method Summary
 int getPrecedence()
           
protected  boolean getReplaceHostElement(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.extras.tiles2.dialect.processor.AbstractTilesFragmentHandlingAttrProcessor
getModifiedChildren
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
processAttribute
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_NAME

public static final String ATTR_NAME
See Also:
Constant Field Values

PRECEDENCE

public static final int PRECEDENCE
See Also:
Constant Field Values
Constructor Detail

TilesSubstituteByAttrProcessor

public TilesSubstituteByAttrProcessor()
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in class org.thymeleaf.processor.AbstractProcessor

getReplaceHostElement

protected boolean getReplaceHostElement(org.thymeleaf.Arguments arguments,
                                        org.thymeleaf.dom.Element element,
                                        String attributeName)
Overrides:
getReplaceHostElement in class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor


Copyright © 2014 The THYMELEAF team. All rights reserved.