Uses of Class
de.hybris.platform.commons.jalo.Formatter
-
Packages that use Formatter Package Description de.hybris.platform.commons.jalo -
-
Uses of Formatter in de.hybris.platform.commons.jalo
Subclasses of Formatter in de.hybris.platform.commons.jalo Modifier and Type Class Description classCustomOrder2XMLThis is a sample implementation for the abstract classItemFormatter.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)classGeneratedCustomOrder2XMLGenerated class for typeCustomOrder2XML.classGeneratedFOPFormatterGenerated class for typeFOPFormatter.classGeneratedItemFormatterGenerated class for typeItemFormatter.classGeneratedMediaFormatterGenerated class for typeMediaFormatter.classGeneratedVelocityFormatterGenerated class for typeVelocityFormatter.classGeneratedXMLTransformFormatterGenerated class for typeXMLTransformFormatter.classItemFormatterThis abstract class ItemFormatter is for transforming an item of the platform into a media (for example the media could contain a xml file).classMediaFormatterThis abstract class MediaFormatter allows transforming media types (fromItemFormatter) or other MediaFormatter(s)) into other media types (for example: pdfs).classVelocityFormatterFormats the given item with a given Velocity template.classXMLTransformFormatterTransforms the specified XML file (parameter media of the format method) data into a new media via the given XSL script ( set viagetScript(de.hybris.platform.jalo.SessionContext)).
-