Class ConfluenceRendererConfiguration

java.lang.Object
com.atlassian.confluence.setup.ConfluenceRendererConfiguration
All Implemented Interfaces:
com.atlassian.renderer.RendererConfiguration

public class ConfluenceRendererConfiguration extends Object implements com.atlassian.renderer.RendererConfiguration
This is a call through class provided for the renderer that will use confluence specific setup information to relay the information to the renderer.
  • Constructor Details

  • Method Details

    • getWebAppContextPath

      public String getWebAppContextPath()
      Specified by:
      getWebAppContextPath in interface com.atlassian.renderer.RendererConfiguration
    • isNofollowExternalLinks

      public boolean isNofollowExternalLinks()
      Specified by:
      isNofollowExternalLinks in interface com.atlassian.renderer.RendererConfiguration
    • isAllowCamelCase

      public boolean isAllowCamelCase()
      Specified by:
      isAllowCamelCase in interface com.atlassian.renderer.RendererConfiguration
    • getCharacterEncoding

      public String getCharacterEncoding()
      Specified by:
      getCharacterEncoding in interface com.atlassian.renderer.RendererConfiguration