org.thymeleaf.extras.tiles2.dialect.processor
Class TilesFragmentAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractNoOpAttrProcessor
org.thymeleaf.extras.tiles2.dialect.processor.TilesFragmentAttrProcessor
- All Implemented Interfaces:
- Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
public class TilesFragmentAttrProcessor
- extends org.thymeleaf.processor.attr.AbstractNoOpAttrProcessor
Marks an area as a fragment to be included as a Tiles attribute.
- Author:
- Daniel Fernández
| Methods inherited from class org.thymeleaf.processor.attr.AbstractNoOpAttrProcessor |
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 |
ATTR_PRECEDENCE
public static final int ATTR_PRECEDENCE
- See Also:
- Constant Field Values
ATTR_NAME
public static final String ATTR_NAME
- See Also:
- Constant Field Values
TilesFragmentAttrProcessor
public TilesFragmentAttrProcessor()
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence in class org.thymeleaf.processor.AbstractProcessor
Copyright © 2014 The THYMELEAF team. All rights reserved.