Interface RenderContentCommand
-
- All Superinterfaces:
ServiceCommand
- All Known Implementing Classes:
RenderContentCommandImpl
public interface RenderContentCommand extends ServiceCommand
A command that can render some content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRenderedContent()
Returns the rendered content.-
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
-
-
-
Method Detail
-
getRenderedContent
String getRenderedContent()
Returns the rendered content.
-
-