org.thymeleaf.fragment
Class ChainedFragmentSpec

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

public final class ChainedFragmentSpec
extends Object
implements IFragmentSpec

Since:
2.0.9
Author:
Daniel Fernández

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

Constructor Detail

ChainedFragmentSpec

public ChainedFragmentSpec(IFragmentSpec fragmentSpec1,
                           IFragmentSpec fragmentSpec2)
Method Detail

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.