public abstract class RequestMixin extends BaseMixin
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestMixin.Views |
| Modifier | Constructor and Description |
|---|---|
protected |
RequestMixin(com.basistech.util.LanguageCode language,
Object content,
String contentUri,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getContent() |
abstract InputStream |
getContentBytes() |
abstract String |
getContentType() |
abstract Object |
getRawContent() |
public abstract Object getRawContent()
public abstract InputStream getContentBytes()
public abstract String getContentType()
public abstract String getContent()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.