Interface SiteGetter
- All Superinterfaces:
Prioritizable
- All Known Implementing Classes:
AbstractSiteGetter
,ODFWebSiteGetter
,WebSiteGetter
This interface is for computing the site to use for a given content.
-
Method Summary
Methods inherited from interface org.ametys.runtime.plugin.component.Prioritizable
getPriority
-
Method Details
-
supports
Returns true if this access controller supports the given object- Parameters:
content
- The content to test- Returns:
- true if this access controller supports the given object
-
getSite
Returns true the site to use for this content- Parameters:
content
- The content- Returns:
- the site to use for this content
-