org.thymeleaf.standard.expression
Class ExpressionParsingDecompositionConfig

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

public final class ExpressionParsingDecompositionConfig
extends Object

Since:
2.1.0
Author:
Daniel Fernández

Field Summary
static ExpressionParsingDecompositionConfig DECOMPOSE_ALL_AND_NOT_UNNEST
           
static ExpressionParsingDecompositionConfig DECOMPOSE_ALL_AND_UNNEST
           
static ExpressionParsingDecompositionConfig DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_NOT_UNNEST
           
static ExpressionParsingDecompositionConfig DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_UNNEST
           
 
Constructor Summary
ExpressionParsingDecompositionConfig(boolean decomposeTextLiterals, boolean decomposeNumberTokens, boolean decomposeBooleanTokens, boolean decomposeNullTokens, boolean decomposeGenericTokens, boolean decomposeVariableExpressions, boolean decomposeSelectionVariableExpressions, boolean decomposeLinkExpressions, boolean decomposeMessageExpressions, boolean unnest)
           
 
Method Summary
 boolean getDecomposeAnyTokens()
           
 boolean getDecomposeBooleanTokens()
           
 boolean getDecomposeGenericTokens()
           
 boolean getDecomposeLinkExpressions()
           
 boolean getDecomposeMessageExpressions()
           
 boolean getDecomposeNullTokens()
           
 boolean getDecomposeNumberTokens()
           
 boolean getDecomposeSelectionVariableExpressions()
           
 boolean getDecomposeTextLiterals()
           
 boolean getDecomposeVariableExpressions()
           
 boolean getUnnest()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DECOMPOSE_ALL_AND_UNNEST

public static final ExpressionParsingDecompositionConfig DECOMPOSE_ALL_AND_UNNEST

DECOMPOSE_ALL_AND_NOT_UNNEST

public static final ExpressionParsingDecompositionConfig DECOMPOSE_ALL_AND_NOT_UNNEST

DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_UNNEST

public static final ExpressionParsingDecompositionConfig DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_UNNEST

DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_NOT_UNNEST

public static final ExpressionParsingDecompositionConfig DECOMPOSE_NO_LITERALS_NO_TOKENS_AND_NOT_UNNEST
Constructor Detail

ExpressionParsingDecompositionConfig

public ExpressionParsingDecompositionConfig(boolean decomposeTextLiterals,
                                            boolean decomposeNumberTokens,
                                            boolean decomposeBooleanTokens,
                                            boolean decomposeNullTokens,
                                            boolean decomposeGenericTokens,
                                            boolean decomposeVariableExpressions,
                                            boolean decomposeSelectionVariableExpressions,
                                            boolean decomposeLinkExpressions,
                                            boolean decomposeMessageExpressions,
                                            boolean unnest)
Method Detail

getDecomposeTextLiterals

public boolean getDecomposeTextLiterals()

getDecomposeNumberTokens

public boolean getDecomposeNumberTokens()

getDecomposeBooleanTokens

public boolean getDecomposeBooleanTokens()

getDecomposeNullTokens

public boolean getDecomposeNullTokens()

getDecomposeGenericTokens

public boolean getDecomposeGenericTokens()

getDecomposeVariableExpressions

public boolean getDecomposeVariableExpressions()

getDecomposeSelectionVariableExpressions

public boolean getDecomposeSelectionVariableExpressions()

getDecomposeLinkExpressions

public boolean getDecomposeLinkExpressions()

getDecomposeMessageExpressions

public boolean getDecomposeMessageExpressions()

getUnnest

public boolean getUnnest()

getDecomposeAnyTokens

public boolean getDecomposeAnyTokens()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.