com.atlassian.confluence.content.service
Interface RenderContentCommand

All Superinterfaces:
ServiceCommand
All Known Implementing Classes:
RenderContentCommandImpl

public interface RenderContentCommand
extends ServiceCommand

A command that can render some content.


Method Summary
 java.lang.String getRenderedContent()
          Returns the rendered content.
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getRenderedContent

java.lang.String getRenderedContent()
Returns the rendered content.



Copyright © 2003-2010 Atlassian. All Rights Reserved.