Package org.hippoecm.hst.core.request
Interface ParameterConfiguration
- All Known Subinterfaces:
ComponentConfiguration
public interface ParameterConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetParameter
(String name, ResolvedSiteMapItem hstResolvedSiteMapItem) Returns the property and if an expression exists it is resolved with the help of the ResolvedSiteMapItemgetParameters
(ResolvedSiteMapItem hstResolvedSiteMapItem) Returns all resolved parameters into a map
-
Method Details
-
getParameter
Returns the property and if an expression exists it is resolved with the help of the ResolvedSiteMapItem -
getParameterNames
- Returns:
- the ordered list of available parameter names, empty list if there are no parameters
-
getParameters
Returns all resolved parameters into a map- Parameters:
hstResolvedSiteMapItem
-
-