Uses of Class
com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType
-
Packages that use ConversionContextOutputType Package Description 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 Modifier and Type Method Description static ConversionContextOutputTypeConversionContextOutputType. 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. -
Uses of ConversionContextOutputType in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type ConversionContextOutputType Modifier and Type Method Description RenderContentCommandDefaultRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat will render given wiki markup content in the context of the entity and space provided by the locators.RenderContentCommandDefaultRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat will render given xhtml content in the context of the entity and space provided by the locators.Constructors in com.atlassian.confluence.content.service with parameters of type ConversionContextOutputType Constructor Description RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType, PageTemplateManager pageTemplateManager)
-