Uses of Interface
com.tangosol.config.expression.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
Modifier and TypeClassDescriptionclass
AParameterMacroExpressionParser
is anExpressionParser
for Coherence Parameter Macros.Modifier and TypeFieldDescriptionstatic final ExpressionParser
ParameterMacroExpressionParser.INSTANCE
The singleton instance of theParameterMacroExpressionParser
. -
Uses of ExpressionParser in com.tangosol.config.xml
Modifier 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
.Modifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setExpressionParser
(ExpressionParser parser) Sets theExpressionParser
to use for parsingExpression
s during document processing.