@XmlSimpleName(value="init-param") public class InitParamProcessor extends Object implements ElementProcessor<com.tangosol.config.expression.Parameter>
| Modifier and Type | Class and Description |
|---|---|
static class |
InitParamProcessor.CacheRefExpression
An
Expression implementation that represents the use of a {cache-ref} macro in a Cache Configuration File. |
static class |
InitParamProcessor.SchemeRefExpression
An
Expression implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File. |
| Constructor and Description |
|---|
InitParamProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.tangosol.config.expression.Parameter |
process(ProcessingContext context, XmlElement element)
Process an
XmlElement to return a specific type of value. |
public com.tangosol.config.expression.Parameter process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<com.tangosol.config.expression.Parameter>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered