Class AbstractOdfPageFactory
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.repository.page.virtual.AbstractConfigurableVirtualPageFactory
org.ametys.plugins.odfweb.repository.AbstractOdfPageFactory
- All Implemented Interfaces:
LogEnabled
,Configurable
,Contextualizable
,Serviceable
- Direct Known Subclasses:
CoursePageFactory
,FirstLevelPageFactory
,ProgramPageFactory
,SecondLevelPageFactory
Common class for factories of ODF virtual pages
-
Field Summary
Modifier and TypeFieldDescriptionprotected ODFHelper
The ODF helperprotected OdfPageHandler
The odf page handlerprotected ODFPageCache
The odf page cacheFields inherited from class org.ametys.web.repository.page.virtual.AbstractConfigurableVirtualPageFactory
_ametysObjectFactoryEP, _configurationId, _context, _i18nUtils, _manager, _pageDataTypeExtensionPoint, _resolver, _saxParser, _serviceExtensionPoint, _skinsManager, _virtualPageConfigurationEP, _zoneFactoryId
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.web.repository.page.virtual.AbstractConfigurableVirtualPageFactory
configure, contextualize, getAmetysObjectFactoryEP, getConfiguration, getI18nUtils, getPageDataTypeEP, getRequest, getResolver, getSaxParser, getServiceEP, getSkinsManager, getZoneFactory
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_odfPageHandler
The odf page handler -
_pageCache
The odf page cache -
_odfHelper
The ODF helper
-
-
Constructor Details
-
AbstractOdfPageFactory
public AbstractOdfPageFactory()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractConfigurableVirtualPageFactory
- Throws:
ServiceException
-