Uses of Interface
com.tangosol.config.expression.ExpressionParser
-
Packages that use ExpressionParser Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.config.xml Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection. -
-
Uses of ExpressionParser in com.tangosol.coherence.config
Classes in com.tangosol.coherence.config that implement ExpressionParser Modifier and Type Class Description class
ParameterMacroExpressionParser
AParameterMacroExpressionParser
is anExpressionParser
for Coherence Parameter Macros.Fields in com.tangosol.coherence.config declared as ExpressionParser Modifier and Type Field Description static ExpressionParser
ParameterMacroExpressionParser. INSTANCE
The singleton instance of theParameterMacroExpressionParser
. -
Uses of ExpressionParser in com.tangosol.config.xml
Methods in com.tangosol.config.xml that return ExpressionParser Modifier and Type Method Description ExpressionParser
DefaultProcessingContext. getExpressionParser()
Obtains the configuredExpressionParser
for thisProcessingContext
.ExpressionParser
DocumentProcessor.DefaultDependencies. getExpressionParser()
Obtains theExpressionParser
to use for parsingExpression
s during document processing.ExpressionParser
DocumentProcessor.Dependencies. getExpressionParser()
Obtains theExpressionParser
to use for parsingExpression
s during document processing.ExpressionParser
ProcessingContext. getExpressionParser()
Obtains the configuredExpressionParser
for thisProcessingContext
.Methods in com.tangosol.config.xml with parameters of type ExpressionParser Modifier and Type Method Description DocumentProcessor.DefaultDependencies
DocumentProcessor.DefaultDependencies. setExpressionParser(ExpressionParser parser)
Sets theExpressionParser
to use for parsingExpression
s during document processing.
-