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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextualize
(Context context) void
init()
Method to be implemented by user Init class.void
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
PopulateOdfTableRef
public PopulateOdfTableRef()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
contextualize
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
init
Description copied from interface:Init
Method 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, ...
-