Class RankingCMSRestrictionService

  • All Implemented Interfaces:
    CMSRestrictionService, java.io.Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class RankingCMSRestrictionService
    extends DefaultCMSRestrictionService
    Subclass of the DefaultCMSRestrictionService that selects the Page that matches the most restrictions. In the DefaultCMSRestrictionService where multiple pages are allowed to be matched due to satisfied restrictions the first matching page is returned. In the RankingCMSRestrictionService this behaviour is changes so that the page that has the most restrictions is returned.
    See Also:
    Serialized Form