Class ODFWebSiteGetter
java.lang.Object
org.ametys.web.content.sitegetter.AbstractSiteGetter
org.ametys.plugins.odfweb.content.ODFWebSiteGetter
- All Implemented Interfaces:
Prioritizable,SiteGetter,Configurable,Serviceable
Extension point linking a website to a content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentTypesHelperContent types helperprotected SiteManagerThe site managerFields inherited from class org.ametys.web.content.sitegetter.AbstractSiteGetter
_priority -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.web.content.sitegetter.AbstractSiteGetter
configure, getPriority
-
Field Details
-
_siteManager
The site manager -
_cTypeHelper
Content types helper
-
-
Constructor Details
-
ODFWebSiteGetter
public ODFWebSiteGetter()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
supports
Description copied from interface:SiteGetterReturns true if this access controller supports the given object- Specified by:
supportsin interfaceSiteGetter- Parameters:
content- The content to test- Returns:
- true if this access controller supports the given object
-
getSite
Description copied from interface:SiteGetterReturns true the site to use for this content- Specified by:
getSitein interfaceSiteGetter- Parameters:
content- The content- Returns:
- the site to use for this content
-