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.
-
-
Constructor Summary
Constructors Constructor Description IndesignTransformationHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,I18nizableText>
getIndesignGlobalXslt()
Get available XSLT files for ODF catalog InDesign exportMap<String,I18nizableText>
getIndesignXslt()
Get available XSLT files for single program InDesign exportvoid
service(ServiceManager manager)
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
IndesignTransformationHelper
public IndesignTransformationHelper()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getIndesignXslt
public Map<String,I18nizableText> getIndesignXslt()
Get available XSLT files for single program InDesign export- Returns:
- the mapping of xsl names with their labels
-
getIndesignGlobalXslt
public Map<String,I18nizableText> getIndesignGlobalXslt()
Get available XSLT files for ODF catalog InDesign export- Returns:
- the mapping of xsl names with their labels
-
-