| Package | Description |
|---|---|
| de.hybris.platform.commons.jalo |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomOrder2XML
This is a sample implementation for the abstract class
ItemFormatter. |
class |
FOPFormatter
This Implementation of the
Formatter class transform a given xml-fo file (as
parameter of the method FOPFormatter.format(Media)) with the given xslt file (the media of this class, use
Media.setData(java.io.DataInputStream) and
Media.getData() for access) into a pdf file (stored as return media) |
class |
Formatter
Abstract super class of all Formatter classes.
|
class |
GeneratedCustomOrder2XML
Generated class for type
CustomOrder2XML. |
class |
GeneratedFOPFormatter
Generated class for type
FOPFormatter. |
class |
GeneratedItemFormatter
Generated class for type
ItemFormatter. |
class |
GeneratedMediaFormatter
Generated class for type
MediaFormatter. |
class |
GeneratedVelocityFormatter
Generated class for type
VelocityFormatter. |
class |
GeneratedXMLTransformFormatter
Generated class for type
XMLTransformFormatter. |
class |
ItemFormatter
This abstract class ItemFormatter is for transforming an item of the platform into a media (for example the media
could contain a xml file).
|
class |
MediaFormatter
This abstract class MediaFormatter allows transforming media types (from
ItemFormatter) or other MediaFormatter(s)) into other media types (for
example: pdfs). |
class |
VelocityFormatter
Formats the given item with a given Velocity template.
|
class |
XMLTransformFormatter
Transforms the specified XML file (parameter media of the format method) data into a new media via the given XSL
script ( set via
Formatter.getScript(de.hybris.platform.jalo.SessionContext)
). |
Copyright © 2018 SAP SE. All Rights Reserved.