Package org.appng.api

Interface ParameterSupport

    • Method Detail

      • replaceParameters

        String replaceParameters​(String source)
        Replaces all parameters in the given String and returns a new one containing the replacements.
        Parameters:
        source - the String to replace the parameters in
        Returns:
        a new String with the parameters replaced
      • getParameters

        List<String> getParameters​(String source)
        Returns the names of all parameters used in the given String, without affixes.
        Parameters:
        source - the String to search the parameters for
        Returns:
        the names of all parameters used in the given String, without affixes.