Class RequestVariableResolver

    • Constructor Detail

      • RequestVariableResolver

        public RequestVariableResolver()
        Creates a new variable resolver with default capacity.
    • Method Detail

      • resolve

        public String resolve​(String variable)
        Returns the string representation of the value stored under the variable name in this map. If no value is stored under the variable name, null is returned.
        Parameters:
        variable - The name of the variable whose value is to be returned.
        Returns:
        The variable value or null if there is no entry with the given name in this map.