Package com.storedobject.ui
Class PDFContent
java.lang.Object
com.storedobject.ui.Content
com.storedobject.ui.PDFContent
- All Implemented Interfaces:
Executable
,ContentProducer
,ContentType
,Runnable
PDF content coming from an
InputStream
that can be viewed or downloaded
(via Device.view(String, ContentProducer)
or Device.download(ContentProducer)
).- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.ui.Content
getContent, getContentType, getFileExtension, getFileName, produce, setTransactionManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.core.ContentProducer
abort, execute, extractContent, getEntity, getError, getStreamData, getStreamDataProvider, getSystemEntity, getTransactionManager, saveTo, saveTo, saveTo, saveTo
Methods inherited from interface com.storedobject.core.ContentType
getLink, getMimeType, isAudio, isHTML, isImage, isLink, isMedia, isPDF, isText, isVideo
Methods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
PDFContent
-