org.thymeleaf.standard.fragment
Class StandardFragmentProcessor
Object
  
org.thymeleaf.standard.fragment.StandardFragmentProcessor
public final class StandardFragmentProcessor
- extends Object
 
- Since:
 
  - 2.0.9
 
- Author:
 
  - Daniel Fernández
 
| 
Method Summary | 
static FragmentAndTarget | 
computeStandardFragmentSpec(Arguments arguments,
                            String standardFragmentSpec,
                            String targetElementName,
                            String targetAttributeName)
 
          Deprecated. Use computeStandardFragmentSpec(Configuration, IProcessingContext, String, String, String, boolean)
             instead. Will be removed in 2.1.x | 
static FragmentAndTarget | 
computeStandardFragmentSpec(Configuration configuration,
                            IProcessingContext processingContext,
                            String standardFragmentSpec,
                            String targetElementName,
                            String targetAttributeName)
 
          Deprecated. Use computeStandardFragmentSpec(Configuration, IProcessingContext, String, String, String, boolean)
             instead. Will be removed in 2.1.x | 
static FragmentAndTarget | 
computeStandardFragmentSpec(Configuration configuration,
                            IProcessingContext processingContext,
                            String standardFragmentSpec,
                            String targetElementName,
                            String targetAttributeName,
                            boolean returnOnlyChildrenIfContainingElement)
 
            | 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
computeStandardFragmentSpec
@Deprecated
public static FragmentAndTarget computeStandardFragmentSpec(Arguments arguments,
                                                                       String standardFragmentSpec,
                                                                       String targetElementName,
                                                                       String targetAttributeName)
- Deprecated. Use 
computeStandardFragmentSpec(Configuration, IProcessingContext, String, String, String, boolean)
             instead. Will be removed in 2.1.x
 
 
computeStandardFragmentSpec
@Deprecated
public static FragmentAndTarget computeStandardFragmentSpec(Configuration configuration,
                                                                       IProcessingContext processingContext,
                                                                       String standardFragmentSpec,
                                                                       String targetElementName,
                                                                       String targetAttributeName)
- Deprecated. Use 
computeStandardFragmentSpec(Configuration, IProcessingContext, String, String, String, boolean)
             instead. Will be removed in 2.1.x
 
 
computeStandardFragmentSpec
public static FragmentAndTarget computeStandardFragmentSpec(Configuration configuration,
                                                            IProcessingContext processingContext,
                                                            String standardFragmentSpec,
                                                            String targetElementName,
                                                            String targetAttributeName,
                                                            boolean returnOnlyChildrenIfContainingElement)
- Since:
 
  - 2.0.12
 
 
Copyright © 2013 The THYMELEAF team. All Rights Reserved.