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, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getAvailableServices(Page page, String zoneName)
Returns the list of available services for a givenZone
.
-