org.thymeleaf.fragment
Class WholeFragmentSpec

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

public final class WholeFragmentSpec
extends Object
implements IFragmentSpec

Since:
2.0.9
Author:
Daniel Fernández

Field Summary
static WholeFragmentSpec INSTANCE
           
 
Constructor Summary
WholeFragmentSpec()
           
 
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
 

Field Detail

INSTANCE

public static final WholeFragmentSpec INSTANCE
Constructor Detail

WholeFragmentSpec

public WholeFragmentSpec()
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.