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
FieldsModifier and TypeFieldDescriptionprotected ODFHelperThe ODF helperprotected OdfPageHandlerThe odf page handlerprotected ODFPageCacheThe 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
Constructors -
Method Summary
Methods inherited from class org.ametys.web.repository.page.virtual.AbstractConfigurableVirtualPageFactory
configure, contextualize, getAmetysObjectFactoryEP, getConfiguration, getI18nUtils, getPageDataTypeEP, getRequest, getResolver, getSaxParser, getServiceEP, getSkinsManager, getZoneFactoryMethods 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:
servicein interfaceServiceable- Overrides:
servicein classAbstractConfigurableVirtualPageFactory- Throws:
ServiceException
-