com.atlassian.confluence.setup
Class ConfluenceRendererConfiguration

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

public class ConfluenceRendererConfiguration
extends Object
implements 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
ConfluenceRendererConfiguration()
           
 
Method Summary
 String getCharacterEncoding()
           
 String getWebAppContextPath()
           
 boolean isAllowCamelCase()
           
 boolean isNofollowExternalLinks()
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setSettingsManager(SettingsManager settingsManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceRendererConfiguration

public ConfluenceRendererConfiguration()
Method Detail

getWebAppContextPath

public String getWebAppContextPath()
Specified by:
getWebAppContextPath in interface RendererConfiguration

isNofollowExternalLinks

public boolean isNofollowExternalLinks()
Specified by:
isNofollowExternalLinks in interface RendererConfiguration

isAllowCamelCase

public boolean isAllowCamelCase()
Specified by:
isAllowCamelCase in interface RendererConfiguration

getCharacterEncoding

public String getCharacterEncoding()
Specified by:
getCharacterEncoding in interface RendererConfiguration

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)

setSettingsManager

public void setSettingsManager(SettingsManager settingsManager)


Confluence is developed by Atlassian.