org.thymeleaf.standard.processor.attr
Class StandardSubstituteByAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardFragmentAttrProcessor
                  extended by org.thymeleaf.standard.processor.attr.StandardSubstituteByAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor

public class StandardSubstituteByAttrProcessor
extends AbstractStandardFragmentAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
 
Nested classes/interfaces inherited from class org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
AbstractFragmentAttrProcessor.AbstractFragmentSpec, AbstractFragmentAttrProcessor.CompleteTemplateFragmentSpec, AbstractFragmentAttrProcessor.DOMSelectorFragmentSpec, AbstractFragmentAttrProcessor.NamedFragmentSpec
 
Field Summary
static String ATTR_NAME
           
static int ATTR_PRECEDENCE
           
static String FRAGMENT_ATTR_NAME
           
 
Constructor Summary
StandardSubstituteByAttrProcessor()
           
 
Method Summary
protected  String getFragmentAttributeName(Arguments arguments, Element element, String attributeName, String attributeValue, FragmentSelection fragmentSelection)
           
 int getPrecedence()
           
protected  boolean getSubstituteInclusionNode(Arguments arguments, Element element, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.standard.processor.attr.AbstractStandardFragmentAttrProcessor
getFragmentSpec
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
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_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
Constructor Detail

StandardSubstituteByAttrProcessor

public StandardSubstituteByAttrProcessor()
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in class AbstractProcessor

getFragmentAttributeName

protected String getFragmentAttributeName(Arguments arguments,
                                          Element element,
                                          String attributeName,
                                          String attributeValue,
                                          FragmentSelection fragmentSelection)
Specified by:
getFragmentAttributeName in class AbstractStandardFragmentAttrProcessor

getSubstituteInclusionNode

protected boolean getSubstituteInclusionNode(Arguments arguments,
                                             Element element,
                                             String attributeName,
                                             String attributeValue)
Specified by:
getSubstituteInclusionNode in class AbstractFragmentAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.