public class StandardExpressionParserWrapper extends Object implements org.thymeleaf.standard.expression.IStandardExpressionParser
Constructor and Description |
---|
StandardExpressionParserWrapper() |
Modifier and Type | Method and Description |
---|---|
org.thymeleaf.standard.expression.AssignationSequence |
parseAssignationSequence(org.thymeleaf.Arguments arguments,
String input,
boolean allowParametersWithoutValue)
Deprecated.
since 2.1.0. Deprecated in favour of
parseAssignationSequence(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String, boolean)
. Will be removed in 3.0. |
org.thymeleaf.standard.expression.AssignationSequence |
parseAssignationSequence(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input,
boolean allowParametersWithoutValue) |
org.thymeleaf.standard.expression.Each |
parseEach(org.thymeleaf.Arguments arguments,
String input)
Deprecated.
since 2.1.0. Deprecated in favour of
parseEach(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0. |
org.thymeleaf.standard.expression.Each |
parseEach(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
org.thymeleaf.standard.expression.Expression |
parseExpression(org.thymeleaf.Arguments arguments,
String input)
Deprecated.
since 2.1.0. Deprecated in favour of
parseExpression(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0. |
org.thymeleaf.standard.expression.Expression |
parseExpression(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
org.thymeleaf.standard.expression.ExpressionSequence |
parseExpressionSequence(org.thymeleaf.Arguments arguments,
String input)
Deprecated.
since 2.1.0. Deprecated in favour of
parseExpressionSequence(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0. |
org.thymeleaf.standard.expression.ExpressionSequence |
parseExpressionSequence(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
org.thymeleaf.standard.expression.FragmentSelection |
parseFragmentSelection(org.thymeleaf.Arguments arguments,
String input)
Deprecated.
since 2.1.0. Deprecated in favour of
parseFragmentSelection(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0. |
org.thymeleaf.standard.expression.FragmentSelection |
parseFragmentSelection(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
org.thymeleaf.standard.expression.FragmentSignature |
parseFragmentSignature(org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
String |
toString() |
@Deprecated public org.thymeleaf.standard.expression.Expression parseExpression(org.thymeleaf.Arguments arguments, String input)
parseExpression(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0.arguments
- argumentsinput
- inputpublic org.thymeleaf.standard.expression.Expression parseExpression(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input)
parseExpression
in interface org.thymeleaf.standard.expression.IStandardExpressionParser
configuration
- the Configuration object for the template execution environment.processingContext
- the processing context object containing the variables to be
applied to the expression.input
- the expression to be parsed, as an input String.@Deprecated public org.thymeleaf.standard.expression.AssignationSequence parseAssignationSequence(org.thymeleaf.Arguments arguments, String input, boolean allowParametersWithoutValue)
parseAssignationSequence(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String, boolean)
. Will be removed in 3.0.arguments
- argumentsinput
- inputallowParametersWithoutValue
- allowParametersWithoutValuepublic org.thymeleaf.standard.expression.AssignationSequence parseAssignationSequence(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input, boolean allowParametersWithoutValue)
configuration
- configurationprocessingContext
- processingContextinput
- inputallowParametersWithoutValue
- allowParametersWithoutValue@Deprecated public org.thymeleaf.standard.expression.ExpressionSequence parseExpressionSequence(org.thymeleaf.Arguments arguments, String input)
parseExpressionSequence(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0.arguments
- argumentsinput
- inputpublic org.thymeleaf.standard.expression.ExpressionSequence parseExpressionSequence(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input)
configuration
- configurationprocessingContext
- processingContextinput
- input@Deprecated public org.thymeleaf.standard.expression.Each parseEach(org.thymeleaf.Arguments arguments, String input)
parseEach(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0.arguments
- argumentsinput
- inputpublic org.thymeleaf.standard.expression.Each parseEach(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input)
configuration
- configurationprocessingContext
- processingContextinput
- input@Deprecated public org.thymeleaf.standard.expression.FragmentSelection parseFragmentSelection(org.thymeleaf.Arguments arguments, String input)
parseFragmentSelection(org.thymeleaf.Configuration, org.thymeleaf.context.IProcessingContext, String)
. Will be removed in 3.0.arguments
- argumentsinput
- inputpublic org.thymeleaf.standard.expression.FragmentSelection parseFragmentSelection(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input)
configuration
- configurationprocessingContext
- processingContextinput
- inputpublic org.thymeleaf.standard.expression.FragmentSignature parseFragmentSignature(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext, String input)
configuration
- configurationprocessingContext
- processingContextinput
- inputCopyright © 2013–2015 Dandelion Project. All rights reserved.