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.
Constructor and Description |
---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
FormatConverter formatConverter,
ConversionContextOutputType conversionContextOutputType) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeInternal()
Template method for implementations to perform command execution.
|
String |
getRenderedContent()
Returns the rendered content.
|
protected boolean |
isAuthorizedInternal()
Template method for implementations to perform authorization.
|
protected void |
validateInternal(ServiceCommandValidator validator)
Template method for implementations to perform validation.
|
execute, getCurrentUser, getValidationErrors, isAuthorized, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getValidationErrors, isAuthorized, isValid
public RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType)
protected void validateInternal(ServiceCommandValidator validator)
AbstractServiceCommand
Implementations can assume that if this method is called, authorization was already successful.
validateInternal
in class AbstractServiceCommand
protected boolean isAuthorizedInternal()
AbstractServiceCommand
isAuthorizedInternal
in class AbstractServiceCommand
protected void executeInternal()
AbstractServiceCommand
executeInternal
in class AbstractServiceCommand
public String getRenderedContent()
RenderContentCommand
getRenderedContent
in interface RenderContentCommand
Copyright © 2003–2016 Atlassian. All rights reserved.