org.thymeleaf.fragment
Class ElementAndAttributeNameFragmentSpec

Object
  extended by org.thymeleaf.fragment.ElementAndAttributeNameFragmentSpec
All Implemented Interfaces:
IFragmentSpec

public final class ElementAndAttributeNameFragmentSpec
extends Object
implements IFragmentSpec

Since:
2.0.9
Author:
Daniel Fernández

Constructor Summary
ElementAndAttributeNameFragmentSpec(String elementName, String attributeName, String attributeValue)
           
 
Method Summary
 List<Node> extractFragment(Configuration configuration, List<Node> nodes)
           
 String getAttributeName()
           
 String getAttributeValue()
           
 String getElementName()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementAndAttributeNameFragmentSpec

public ElementAndAttributeNameFragmentSpec(String elementName,
                                           String attributeName,
                                           String attributeValue)
Method Detail

getElementName

public String getElementName()

getAttributeName

public String getAttributeName()

getAttributeValue

public String getAttributeValue()

extractFragment

public final List<Node> extractFragment(Configuration configuration,
                                        List<Node> nodes)
Specified by:
extractFragment in interface IFragmentSpec

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The THYMELEAF team. All Rights Reserved.