public interface RenderingResult extends Adaptable, Serializable
The default one is to expose the rendering outcome as a stream.
Specialized results may be retrieved using Adaptable.getAdapter(Class)
method
Modifier and Type | Method and Description |
---|---|
String |
getFormatName()
Gets the format name of the result.
|
Object |
getOutcome()
Gets the rendering result object.
|
InputStream |
getStream()
Gets the rendering result as a stream.
|
getAdapter
String getFormatName()
InputStream getStream()
Object getOutcome()
Copyright © 2011 Nuxeo SA. All Rights Reserved.