org.thymeleaf.standard.processor.attr
Class StandardReplaceFragmentAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractFragmentHandlingAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardFragmentHandlingAttrProcessor
org.thymeleaf.standard.processor.attr.StandardReplaceFragmentAttrProcessor
- All Implemented Interfaces:
- Comparable<IProcessor>, IProcessor
public class StandardReplaceFragmentAttrProcessor
- extends AbstractStandardFragmentHandlingAttrProcessor
- Since:
- 2.0.18
- Author:
- Daniel Fernández
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
FRAGMENT_ATTR_NAME
public static final String FRAGMENT_ATTR_NAME
- See Also:
- Constant Field Values
StandardReplaceFragmentAttrProcessor
public StandardReplaceFragmentAttrProcessor()
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in class AbstractProcessor
getTargetAttributeName
protected String getTargetAttributeName(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
- Specified by:
getTargetAttributeName
in class AbstractStandardFragmentHandlingAttrProcessor
getSubstituteInclusionNode
protected boolean getSubstituteInclusionNode(Arguments arguments,
Element element,
String attributeName,
String attributeValue)
- Specified by:
getSubstituteInclusionNode
in class AbstractFragmentHandlingAttrProcessor
Copyright © 2013 The THYMELEAF team. All Rights Reserved.