Uses of Package
com.tangosol.coherence.config.xml.preprocessor
-
Packages that use com.tangosol.coherence.config.xml.preprocessor Package Description com.tangosol.coherence.config.xml.preprocessor Defines the Xml document Pre-Processors for Coherence Cache Configuration files. -
Classes in com.tangosol.coherence.config.xml.preprocessor used by com.tangosol.coherence.config.xml.preprocessor Class Description ExtendPreprocessor AnExtendPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that will inject an "acceptor-config"XmlElement
into a "proxy-scheme"XmlElement
if one does not exist.SchemeRefPreprocessor ASchemeRefPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that resolves declarations of <scheme-ref> as required by Coherence.SystemPropertyPreprocessor ASystemPropertyPreprocessor
is anDocumentElementPreprocessor.ElementPreprocessor
that will replaceXmlElement
content annotated with "system-property" attributes with appropriateSystem.getProperties()
.ViewSchemePreprocessor DocumentElementPreprocessor.ElementPreprocessor
for the "view-scheme" element.