public interface ViewableContent
| Modifier and Type | Interface and Description |
|---|---|
static class |
ViewableContent.DisplayMode |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_REQUEST_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
InputStream |
getContentStream() |
String |
getContentType() |
ViewableContent.DisplayMode |
getDisplayMode() |
String |
getFileName() |
String |
getRawContentType() |
static final String CONTENT_REQUEST_ATTRIBUTE
InputStream getContentStream()
String getContent() throws IOException
IOException - if unable to read contentViewableContent.DisplayMode getDisplayMode()
String getFileName()
String getContentType()
String getRawContentType()
Copyright © 2016 Apache NiFi Project. All rights reserved.