Uses of Interface
com.tangosol.config.expression.ExpressionParser
Packages that use ExpressionParser
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
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 ExpressionParserModifier and TypeClassDescriptionclass
AParameterMacroExpressionParser
is anExpressionParser
for Coherence Parameter Macros.Fields in com.tangosol.coherence.config declared as ExpressionParserModifier and TypeFieldDescriptionstatic final ExpressionParser
ParameterMacroExpressionParser.INSTANCE
The singleton instance of theParameterMacroExpressionParser
. -
Uses of ExpressionParser in com.tangosol.config.xml
Methods in com.tangosol.config.xml that return ExpressionParserModifier and TypeMethodDescriptionDefaultProcessingContext.getExpressionParser()
Obtains the configuredExpressionParser
for thisProcessingContext
.DocumentProcessor.DefaultDependencies.getExpressionParser()
Obtains theExpressionParser
to use for parsingExpression
s during document processing.DocumentProcessor.Dependencies.getExpressionParser()
Obtains theExpressionParser
to use for parsingExpression
s during document processing.ProcessingContext.getExpressionParser()
Obtains the configuredExpressionParser
for thisProcessingContext
.Methods in com.tangosol.config.xml with parameters of type ExpressionParserModifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setExpressionParser
(ExpressionParser parser) Sets theExpressionParser
to use for parsingExpression
s during document processing.