public class CMSContentExplicitImpl extends Object implements CMSContentExcplicit
CMSContentExplicit
.EXPLICIT_CONTENT, REFERENCE_CONTENT
Constructor and Description |
---|
CMSContentExplicitImpl() |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBinaryContent()
Gets the content as a stream.
|
int |
getContentType()
Gets the type of content.
|
void |
setBinaryContent(InputStream content)
Sets the binary content as a stream.
|
public void setBinaryContent(InputStream content)
content
- The binary content as a stream.public InputStream getBinaryContent()
CMSContentExcplicit
getBinaryContent
in interface CMSContentExcplicit
public int getContentType()
getContentType
in interface CMSContent
Copyright © 2016. All rights reserved.