org.thymeleaf.fragment
Class DOMSelectorFragmentSpec

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

public final class DOMSelectorFragmentSpec
extends Object
implements IFragmentSpec

Since:
2.0.9
Author:
Daniel Fernández

Constructor Summary
DOMSelectorFragmentSpec(String selectorExpression)
           
 
Method Summary
 List<Node> extractFragment(Configuration configuration, List<Node> nodes)
           
 String getSelectorExpression()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMSelectorFragmentSpec

public DOMSelectorFragmentSpec(String selectorExpression)
Method Detail

getSelectorExpression

public String getSelectorExpression()

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.