Class WebSiteGetter
java.lang.Object
org.ametys.web.content.sitegetter.AbstractSiteGetter
org.ametys.web.content.sitegetter.WebSiteGetter
- All Implemented Interfaces:
Prioritizable
,SiteGetter
,Configurable
Extension point linking a website to a content.
-
Field Summary
Fields inherited from class org.ametys.web.content.sitegetter.AbstractSiteGetter
_priority
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.web.content.sitegetter.AbstractSiteGetter
configure, getPriority
-
Constructor Details
-
WebSiteGetter
public WebSiteGetter()
-
-
Method Details
-
supports
Description copied from interface:SiteGetter
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
Description copied from interface:SiteGetter
Returns true the site to use for this content- Parameters:
content
- The content- Returns:
- the site to use for this content
-