Interface SiteGetter
-
- All Superinterfaces:
Prioritizable
- All Known Implementing Classes:
AbstractSiteGetter
,ODFWebSiteGetter
,WebSiteGetter
public interface SiteGetter extends Prioritizable
This interface is for computing the site to use for a given content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Site
getSite(Content content)
Returns true the site to use for this contentboolean
supports(Content content)
Returns true if this access controller supports the given object-
Methods inherited from interface org.ametys.runtime.plugin.component.Prioritizable
getPriority
-
-