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 TypeClassDescriptionclassAParameterMacroExpressionParseris anExpressionParserfor Coherence Parameter Macros.Fields in com.tangosol.coherence.config declared as ExpressionParserModifier and TypeFieldDescriptionstatic final ExpressionParserParameterMacroExpressionParser.INSTANCEThe 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 configuredExpressionParserfor thisProcessingContext.DocumentProcessor.DefaultDependencies.getExpressionParser()Obtains theExpressionParserto use for parsingExpressions during document processing.DocumentProcessor.Dependencies.getExpressionParser()Obtains theExpressionParserto use for parsingExpressions during document processing.ProcessingContext.getExpressionParser()Obtains the configuredExpressionParserfor thisProcessingContext.Methods in com.tangosol.config.xml with parameters of type ExpressionParserModifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setExpressionParser(ExpressionParser parser) Sets theExpressionParserto use for parsingExpressions during document processing.