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
ConstructorsConstructorDescriptionConfluenceRendererConfiguration(BootstrapManager bootstrapManager, SettingsManager settingsManager)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean 
- 
Constructor Details
- 
ConfluenceRendererConfiguration
public ConfluenceRendererConfiguration(BootstrapManager bootstrapManager, SettingsManager settingsManager)  
 - 
 - 
Method Details
- 
getWebAppContextPath
- Specified by:
 getWebAppContextPathin interfacecom.atlassian.renderer.RendererConfiguration
 - 
isNofollowExternalLinks
public boolean isNofollowExternalLinks()- Specified by:
 isNofollowExternalLinksin interfacecom.atlassian.renderer.RendererConfiguration
 - 
isAllowCamelCase
public boolean isAllowCamelCase()- Specified by:
 isAllowCamelCasein interfacecom.atlassian.renderer.RendererConfiguration
 - 
getCharacterEncoding
- Specified by:
 getCharacterEncodingin interfacecom.atlassian.renderer.RendererConfiguration
 
 -