Package org.ametys.odf.export.indesign
Class IndesignTransformationHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.odf.export.indesign.IndesignTransformationHelper
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
public class IndesignTransformationHelper
extends AbstractLogEnabled
implements Component, Serviceable
Helper storing mappings of xsl stylesheets (used in InDesign transformations) names with their labels.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet available XSLT files for ODF catalog InDesign exportGet available XSLT files for single program InDesign exportvoid
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
The Indesign Transformation Helper's role
-
-
Constructor Details
-
IndesignTransformationHelper
public IndesignTransformationHelper()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getIndesignXslt
Get available XSLT files for single program InDesign export- Returns:
- the mapping of xsl names with their labels
-
getIndesignGlobalXslt
Get available XSLT files for ODF catalog InDesign export- Returns:
- the mapping of xsl names with their labels
-