Uses of Class
de.hybris.platform.commons.jalo.GeneratedMediaFormatter
Packages that use GeneratedMediaFormatter
-
Uses of GeneratedMediaFormatter in de.hybris.platform.commons.jalo
Subclasses of GeneratedMediaFormatter in de.hybris.platform.commons.jaloModifier and TypeClassDescriptionclassThis 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)classGenerated class for typeFOPFormatter.classGenerated class for typeXMLTransformFormatter.classThis abstract class MediaFormatter allows transforming media types (fromItemFormatter) or other MediaFormatter(s)) into other media types (for example: pdfs).classTransforms 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)).