|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversionContextOutputType | |
|---|---|
| com.atlassian.confluence.content.render.xhtml | |
| com.atlassian.confluence.content.service | |
| Uses of ConversionContextOutputType in com.atlassian.confluence.content.render.xhtml |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml that return ConversionContextOutputType | |
|---|---|
static ConversionContextOutputType |
ConversionContextOutputType.valueOf(java.lang.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. |
| Uses of ConversionContextOutputType in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service with parameters of type ConversionContextOutputType | |
|---|---|
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.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,
java.lang.String contentType,
java.lang.String content,
ConversionContextOutputType conversionContextOutputType)
|
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.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,
java.lang.String contentType,
java.lang.String content,
ConversionContextOutputType conversionContextOutputType)
|
| Constructors in com.atlassian.confluence.content.service with parameters of type ConversionContextOutputType | |
|---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content,
FormatConverter formatConverter,
ConversionContextOutputType conversionContextOutputType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||