| Package | Description |
|---|---|
| de.hybris.platform.commons.jalo |
| Modifier and Type | Class and Description |
|---|---|
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 |
GeneratedFOPFormatter
Generated class for type
FOPFormatter. |
class |
GeneratedXMLTransformFormatter
Generated class for type
XMLTransformFormatter. |
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)
). |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MediaFormatter> |
GeneratedFormat.getChained()
Generated method - Getter of the
Format.chained attribute. |
java.util.Collection<MediaFormatter> |
GeneratedFormat.getChained(SessionContext ctx)
Generated method - Getter of the
Format.chained attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedFormat.addToChained(MediaFormatter value)
Generated method - Adds
value to chained. |
void |
GeneratedFormat.addToChained(SessionContext ctx,
MediaFormatter value)
Generated method - Adds
value to chained. |
void |
GeneratedFormat.removeFromChained(MediaFormatter value)
Generated method - Removes
value from chained. |
void |
GeneratedFormat.removeFromChained(SessionContext ctx,
MediaFormatter value)
Generated method - Removes
value from chained. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedFormat.setChained(java.util.Collection<MediaFormatter> value)
Generated method - Setter of the
Format.chained attribute. |
void |
GeneratedFormat.setChained(SessionContext ctx,
java.util.Collection<MediaFormatter> value)
Generated method - Setter of the
Format.chained attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.