Interface SiteGetter
- All Superinterfaces:
Prioritizable
,Supporter<Content>
- 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
-
getSite
Returns true the site to use for this content- Parameters:
content
- The content- Returns:
- the site to use for this content
-