|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.core.service.AbstractServiceCommand
com.atlassian.confluence.content.service.RenderContentCommandImpl
public class RenderContentCommandImpl
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.
Constructor Summary | |
---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
ConfluenceWysiwygConverter confluenceWysiwygConverter,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
DefaultRenderingService.RenderMode mode)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.atlassian.confluence.core.service.AbstractServiceCommand |
---|
execute, getCurrentUser, getValidationErrors, isAuthorized, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand |
---|
execute, getValidationErrors, isAuthorized, isValid |
Constructor Detail |
---|
public RenderContentCommandImpl(PermissionManager permissionManager, ConfluenceWysiwygConverter confluenceWysiwygConverter, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, DefaultRenderingService.RenderMode mode)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |