| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml | |
| com.atlassian.confluence.content.service |
| Modifier and Type | Method and Description |
|---|---|
static ConversionContextOutputType |
ConversionContextOutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionContextOutputType[] |
ConversionContextOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType)
Creates and returns a
RenderContentCommand that will render given wiki markup content in the context of the
entity and space provided by the locators. |
RenderContentCommand |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType) |
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType)
Creates and returns a
RenderContentCommand that will render given xhtml content in the context of the
entity and space provided by the locators. |
RenderContentCommand |
DefaultRenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
ConversionContextOutputType conversionContextOutputType) |
| Constructor and Description |
|---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
FormatConverter formatConverter,
ConversionContextOutputType conversionContextOutputType) |
Copyright © 2003–2015 Atlassian. All rights reserved.