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