Package org.ametys.odf
Class PopulateOdfTableRef
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.odf.PopulateOdfTableRef
-
- All Implemented Interfaces:
LogEnabled,Init,Contextualizable,Serviceable
public class PopulateOdfTableRef extends AbstractLogEnabled implements Init, Serviceable, Contextualizable
This init class populates reference tables contents base on WEB-INF/params/odf files
-
-
Constructor Summary
Constructors Constructor Description PopulateOdfTableRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextualize(Context context)voidinit()Method to be implemented by user Init class.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
PopulateOdfTableRef
public PopulateOdfTableRef()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
init
public void init() throws Exception
Description copied from interface:InitMethod to be implemented by user Init class. Here you should manage the business part of your application init. As an Avalon component, class extending this interface have access to all Cocoon-managed components, all plugins, ...
-
-