Uses of Class
de.hybris.platform.commons.jalo.MediaFormatter
Packages that use MediaFormatter
-
Uses of MediaFormatter in de.hybris.platform.commons.jalo
Subclasses of MediaFormatter 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.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)).Methods in de.hybris.platform.commons.jalo that return types with arguments of type MediaFormatterModifier and TypeMethodDescriptionGeneratedFormat.getChained()Generated method - Getter of theFormat.chainedattribute.GeneratedFormat.getChained(SessionContext ctx) Generated method - Getter of theFormat.chainedattribute.Methods in de.hybris.platform.commons.jalo with parameters of type MediaFormatterModifier and TypeMethodDescriptionvoidGeneratedFormat.addToChained(MediaFormatter value) Generated method - Addsvalueto chained.voidGeneratedFormat.addToChained(SessionContext ctx, MediaFormatter value) Generated method - Addsvalueto chained.voidGeneratedFormat.removeFromChained(MediaFormatter value) Generated method - Removesvaluefrom chained.voidGeneratedFormat.removeFromChained(SessionContext ctx, MediaFormatter value) Generated method - Removesvaluefrom chained.Method parameters in de.hybris.platform.commons.jalo with type arguments of type MediaFormatterModifier and TypeMethodDescriptionvoidGeneratedFormat.setChained(SessionContext ctx, Collection<MediaFormatter> value) Generated method - Setter of theFormat.chainedattribute.voidGeneratedFormat.setChained(Collection<MediaFormatter> value) Generated method - Setter of theFormat.chainedattribute.