Interface ParameterConfiguration

    • Method Detail

      • getParameter

        String getParameter​(String name,
                            ResolvedSiteMapItem hstResolvedSiteMapItem)
        Returns the property and if an expression exists it is resolved with the help of the ResolvedSiteMapItem
      • getParameterNames

        List<String> getParameterNames()
        Returns:
        the ordered list of available parameter names, empty list if there are no parameters
      • getParameters

        Map<String,​String> getParameters​(ResolvedSiteMapItem hstResolvedSiteMapItem)
        Returns all resolved parameters into a map
        Parameters:
        hstResolvedSiteMapItem -