org.thymeleaf.standard.expression
Class FragmentSelectionUtils

Object
  extended by org.thymeleaf.standard.expression.FragmentSelectionUtils

public final class FragmentSelectionUtils
extends Object

Since:
2.1.0
Author:
Daniel Fernández

Method Summary
static boolean hasSyntheticParameters(FragmentSelection fragmentSelection, Configuration configuration, IProcessingContext processingContext, StandardExpressionExecutionContext expContext)
           
static boolean parameterNamesAreSynthetic(Set<String> parameterNames)
           
static FragmentSelection parseFragmentSelection(Configuration configuration, IProcessingContext processingContext, String input)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasSyntheticParameters

public static boolean hasSyntheticParameters(FragmentSelection fragmentSelection,
                                             Configuration configuration,
                                             IProcessingContext processingContext,
                                             StandardExpressionExecutionContext expContext)

parseFragmentSelection

public static FragmentSelection parseFragmentSelection(Configuration configuration,
                                                       IProcessingContext processingContext,
                                                       String input)

parameterNamesAreSynthetic

public static boolean parameterNamesAreSynthetic(Set<String> parameterNames)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.