Class RenderContentCommandImpl

java.lang.Object
com.atlassian.confluence.core.service.AbstractServiceCommand
com.atlassian.confluence.content.service.RenderContentCommandImpl
All Implemented Interfaces:
RenderContentCommand, ServiceCommand

public class RenderContentCommandImpl extends AbstractServiceCommand implements RenderContentCommand

A command that renders content for preview mode in the editor. Only users that have edit permission on the Confluence content are authorised to execute this command.

It should be noted that all the actual work for this command happens in the validate phase since this allows for concise reporting of the numerous errors that can arise from editor to view conversion of entered content.