Uses of Class
com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType

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(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, 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)
           
 

Constructors in com.atlassian.confluence.content.service with parameters of type ConversionContextOutputType
RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.