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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Avalon Role
  • Method Summary

    Modifier and Type
    Method
    Description
    getAvailableServices(Page page, String zoneName)
    Returns the list of available services for a given Zone.
  • Field Details

  • Method Details

    • getAvailableServices

      Returns the list of available services for a given Zone.
      Parameters:
      page - the Page to consider
      zoneName - the zone name to consider
      Returns:
      the list of available services ' id for a given Page and Zone