Interface XmlHelper.ParameterResolver

  • Enclosing class:
    XmlHelper

    public static interface XmlHelper.ParameterResolver
    An interface that describes a callback to resolve a substitutable parameter value.
    • Field Detail

      • UNRESOLVED

        static final Object UNRESOLVED
        A constant that indicates that the parameter cannot be resolved.
    • Method Detail

      • resolveParameter

        Object resolveParameter​(String sType,
                                String sValue)
        Resolve the passed substitutable parameter.
        Parameters:
        sType - the value of the "param-type" element
        sValue - the value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability
        Returns:
        the object value to use or the UNRESOLVED constant