Package org.ametys.web.repository.page
Interface ServicesAssignmentHandler
- All Known Implementing Classes:
DefaultServicesAssignmentHandler
public interface ServicesAssignmentHandler
A ContentTypesAssignmentHandler.java is responsible for giving the available services for a given Zone.
This list can be computed according any application needs, such as Rights of the logged in user, path of the Page, ...
-
Field Summary
-
Method Summary
-
Field Details
-
ROLE
The Avalon Role
-
-
Method Details
-
getAvailableServices
Returns the list of available services for a givenZone
.- Parameters:
page
- the Page to considerzoneName
- the zone name to consider- Returns:
- the list of available services ' id for a given Page and Zone
-