public class FileSystemRendition extends BaseRendition
Modifier | Constructor and Description |
---|---|
protected |
FileSystemRendition()
Default constructor for instantiating the
FileSystemRendition instance. |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
String |
getFilename() |
int |
getPage()
Returns the number of the page represented by this rendition.
|
com.saperion.common.io.InputStreamDescriptor |
getStream()
Returns the content as
InputStreamDescriptor generated by the render engine. |
boolean |
isComplete() |
void |
setFile(WrappedFile file) |
void |
setFilename(String filename) |
getTarget, setTarget
protected FileSystemRendition()
FileSystemRendition
instance.public com.saperion.common.io.InputStreamDescriptor getStream() throws Exception
InputStreamDescriptor
generated by the render engine.InputStreamDescriptor
generated by the render engine.Exception
Rendition.getStream()
public String getFilename()
public void setFilename(String filename)
filename
- the filename to setpublic File getFile()
public void setFile(WrappedFile file)
file
- the file to setpublic int getPage()
Rendition.getPage()
public boolean isComplete()
Rendition.isComplete()
Copyright © 2016 SAPERION AG. All rights reserved.