Package org.ametys.web.repository
Class PageGeneratorHelper
- java.lang.Object
-
- org.ametys.web.repository.PageGeneratorHelper
-
public final class PageGeneratorHelper extends Object
Helper for page generator
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>
getParameters(Service service, ZoneItem zoneItem)
Retrieve the parameter values of the given service
-
-
-
Method Detail
-
getParameters
public static Map<String,Object> getParameters(Service service, ZoneItem zoneItem) throws AmetysRepositoryException
Retrieve the parameter values of the given service- Parameters:
service
- the service's modelzoneItem
- the zone item containing the service's instance- Returns:
- the service's parameter values indexed by their name
- Throws:
AmetysRepositoryException
- - to remove
-
-