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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextualize(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 Details
-
PopulateOdfTableRef
public PopulateOdfTableRef()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
contextualize
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
init
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, ...
-