Interface SiteGetter

All Superinterfaces:
Prioritizable, Supporter<Content>
All Known Implementing Classes:
AbstractSiteGetter, ODFWebSiteGetter, WebSiteGetter

public interface SiteGetter extends Prioritizable, Supporter<Content>
This interface is for computing the site to use for a given content.
  • Method Summary

    Modifier and Type
    Method
    Description
    getSite(Content content)
    Returns true the site to use for this content

    Methods inherited from interface org.ametys.runtime.plugin.component.Prioritizable

    getPriority

    Methods inherited from interface org.ametys.runtime.plugin.component.Supporter

    supports
  • Method Details

    • getSite

      Site getSite(Content content)
      Returns true the site to use for this content
      Parameters:
      content - The content
      Returns:
      the site to use for this content