Package org.hippoecm.hst.core.request
Interface ParameterConfiguration
-
- All Known Subinterfaces:
ComponentConfiguration
public interface ParameterConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParameter(String name, ResolvedSiteMapItem hstResolvedSiteMapItem)
Returns the property and if an expression exists it is resolved with the help of the ResolvedSiteMapItemList<String>
getParameterNames()
Map<String,String>
getParameters(ResolvedSiteMapItem hstResolvedSiteMapItem)
Returns all resolved parameters into a map
-
-
-
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
-
-
-