Uses of Class
de.hybris.platform.commons.jalo.MediaFormatter
-
Packages that use MediaFormatter Package Description de.hybris.platform.commons.jalo -
-
Uses of MediaFormatter in de.hybris.platform.commons.jalo
Subclasses of MediaFormatter 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.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)).Methods in de.hybris.platform.commons.jalo that return types with arguments of type MediaFormatter Modifier and Type Method Description java.util.Collection<MediaFormatter>GeneratedFormat. getChained()Generated method - Getter of theFormat.chainedattribute.java.util.Collection<MediaFormatter>GeneratedFormat. getChained(SessionContext ctx)Generated method - Getter of theFormat.chainedattribute.Methods in de.hybris.platform.commons.jalo with parameters of type MediaFormatter Modifier and Type Method Description voidGeneratedFormat. 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 MediaFormatter Modifier and Type Method Description voidGeneratedFormat. setChained(SessionContext ctx, java.util.Collection<MediaFormatter> value)Generated method - Setter of theFormat.chainedattribute.voidGeneratedFormat. setChained(java.util.Collection<MediaFormatter> value)Generated method - Setter of theFormat.chainedattribute.
-