Package com.atlassian.confluence.setup
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 Summary
Constructors Constructor Description ConfluenceRendererConfiguration(BootstrapManager bootstrapManager, SettingsManager settingsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharacterEncoding()
String
getWebAppContextPath()
boolean
isAllowCamelCase()
boolean
isNofollowExternalLinks()
-
-
-
Constructor Detail
-
ConfluenceRendererConfiguration
public ConfluenceRendererConfiguration(BootstrapManager bootstrapManager, SettingsManager settingsManager)
-
-
Method Detail
-
getWebAppContextPath
public String getWebAppContextPath()
- Specified by:
getWebAppContextPath
in interfacecom.atlassian.renderer.RendererConfiguration
-
isNofollowExternalLinks
public boolean isNofollowExternalLinks()
- Specified by:
isNofollowExternalLinks
in interfacecom.atlassian.renderer.RendererConfiguration
-
isAllowCamelCase
public boolean isAllowCamelCase()
- Specified by:
isAllowCamelCase
in interfacecom.atlassian.renderer.RendererConfiguration
-
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interfacecom.atlassian.renderer.RendererConfiguration
-
-