Uses of Class
de.hybris.platform.commons.jalo.GeneratedMediaFormatter
-
Packages that use GeneratedMediaFormatter Package Description de.hybris.platform.commons.jalo -
-
Uses of GeneratedMediaFormatter in de.hybris.platform.commons.jalo
Subclasses of GeneratedMediaFormatter in de.hybris.platform.commons.jalo Modifier and Type Class Description classFOPFormatterThis Implementation of theFormatterclass transform a given xml-fo file (as parameter of the methodFOPFormatter.format(Media)) with the given xslt file (the media of this class, useMedia.setData(java.io.DataInputStream)andMedia.getData()for access) into a pdf file (stored as return media)classGeneratedFOPFormatterGenerated class for typeFOPFormatter.classGeneratedXMLTransformFormatterGenerated class for typeXMLTransformFormatter.classMediaFormatterThis abstract class MediaFormatter allows transforming media types (fromItemFormatter) or other MediaFormatter(s)) into other media types (for example: pdfs).classXMLTransformFormatterTransforms the specified XML file (parameter media of the format method) data into a new media via the given XSL script ( set viaFormatter.getScript(de.hybris.platform.jalo.SessionContext)).
-