Package org.bsc.confluence.model
Class SiteProcessor.PageContent
- java.lang.Object
-
- org.bsc.confluence.model.SiteProcessor.PageContent
-
- Enclosing class:
- SiteProcessor
public static class SiteProcessor.PageContent extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetContent()StringgetContent(Charset charset)InputStreamgetInputStream()Deprecated.InputStreamgetInputStream(Charset charset)ConfluenceService.Storage.RepresentationgetType()static SiteProcessor.PageContentof(String content, ConfluenceService.Storage.Representation type)
-
-
-
Method Detail
-
getContent
public String getContent()
-
getType
public ConfluenceService.Storage.Representation getType()
-
of
public static SiteProcessor.PageContent of(String content, ConfluenceService.Storage.Representation type)
-
getInputStream
@Deprecated public InputStream getInputStream()
Deprecated.- Returns:
- input stream
-
getInputStream
public InputStream getInputStream(Charset charset) throws IOException
- Throws:
IOException
-
-