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

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.TilesIncludeAttrProcessor
All Implemented Interfaces:
Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor

public class TilesIncludeAttrProcessor
extends AbstractTilesFragmentHandlingAttrProcessor

Include a Tiles attribute.

Author:
Daniel Fernández

Field Summary
static String ATTR_NAME
           
static int PRECEDENCE
           
 
Constructor Summary
TilesIncludeAttrProcessor()
           
 
Method Summary
 int getPrecedence()
           
 
Methods inherited from class org.thymeleaf.extras.tiles2.dialect.processor.AbstractTilesFragmentHandlingAttrProcessor
getModifiedChildren
 
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, 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

TilesIncludeAttrProcessor

public TilesIncludeAttrProcessor()
Method Detail

getPrecedence

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


Copyright © 2014 The THYMELEAF team. All rights reserved.