Class AbstractOdfPageFactory
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.plugins.odfweb.repository.AbstractOdfPageFactory
-
- All Implemented Interfaces:
LogEnabled
,Serviceable
- Direct Known Subclasses:
CoursePageFactory
,FirstLevelPageFactory
,ProgramPageFactory
,SecondLevelPageFactory
public abstract class AbstractOdfPageFactory extends AbstractLogEnabled implements Serviceable
Common class for factories of ODF virtual pages
-
-
Constructor Summary
Constructors Constructor Description AbstractOdfPageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(ServiceManager manager)
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
AbstractOdfPageFactory
public AbstractOdfPageFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
-