|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface DocumentProcessor.Dependencies
The DocumentProcessor.Dependencies of DocumentProcessors.
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getContextClassLoader()Obtains the ClassLoader to use for dynamically loading classes during processing. |
NamespaceHandler |
getDefaultNamespaceHandler()The NamespaceHandler for the default (ie: unspecified) xml namespace. |
com.tangosol.config.expression.ParameterResolver |
getDefaultParameterResolver()Obtains the default ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container. |
com.tangosol.config.expression.ExpressionParser |
getExpressionParser()Obtains the ExpressionParser to use for parsing Expressions during document processing. |
ResourceRegistry |
getResourceRegistry()Obtains the ResourceRegistry for the DocumentProcessor. |
| Method Detail |
|---|
ResourceRegistry getResourceRegistry()
ResourceRegistry for the DocumentProcessor.ResourceRegistryjava.lang.ClassLoader getContextClassLoader()
ClassLoader to use for dynamically loading classes during processing.ClassLoadercom.tangosol.config.expression.ExpressionParser getExpressionParser()
ExpressionParser to use for parsing Expressions during document processing.ExpressionParserNamespaceHandler getDefaultNamespaceHandler()
NamespaceHandler for the default (ie: unspecified) xml namespace.NamespaceHandlercom.tangosol.config.expression.ParameterResolver getDefaultParameterResolver()
ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container. This ParameterResolver is used when one is not provide or one is required during parsing and processing the document.ParameterResolver
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||