public static interface XmlHelper.ParameterResolver
Modifier and Type | Field | Description |
---|---|---|
static Object |
UNRESOLVED |
A constant that indicates that the parameter cannot be resolved.
|
Modifier and Type | Method | Description |
---|---|---|
Object |
resolveParameter(String sType,
String sValue) |
Resolve the passed substitutable parameter.
|
static final Object UNRESOLVED
Object resolveParameter(String sType, String sValue)
sType
- the value of the "param-type" elementsValue
- the value of the "param-value" element, which is
enclosed by curly braces, indicating its
substitutabilityUNRESOLVED
constant