Uses of Class
com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
Package
Description
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 DocumentProcessor.DefaultDependencies in com.tangosol.config.xml
Modifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setClassLoader
(ClassLoader classLoader) Sets theClassLoader
that will be used to dynamically load classes.DocumentProcessor.DefaultDependencies.setDefaultNamespaceHandler
(NamespaceHandler handler) Sets theNamespaceHandler
for the default namespace of documents to be processedDocumentProcessor.DefaultDependencies.setDefaultParameterResolver
(ParameterResolver parameterResolver) Sets the defaultParameterResolver
to use for resolving externally defined (ie: operating system/container) level parameters.DocumentProcessor.DefaultDependencies.setExpressionParser
(ExpressionParser parser) Sets theExpressionParser
to use for parsingExpression
s during document processing.DocumentProcessor.DefaultDependencies.setResourceRegistry
(ResourceRegistry registry) Sets theResourceRegistry
that will be used when processing a document.