com.atlassian.jira.issue.fields.renderer.wiki
Class JiraRendererConfiguration

java.lang.Object
  extended by com.atlassian.jira.issue.fields.renderer.wiki.JiraRendererConfiguration
All Implemented Interfaces:
com.atlassian.renderer.RendererConfiguration

public class JiraRendererConfiguration
extends Object
implements com.atlassian.renderer.RendererConfiguration

The Jira specific implmentation of the RendererConfiguration required by the wiki renderer.


Constructor Summary
JiraRendererConfiguration(ApplicationProperties applicationProperties)
           
 
Method Summary
 String getCharacterEncoding()
           
 String getWebAppContextPath()
           
 boolean isAllowCamelCase()
           
 boolean isNofollowExternalLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraRendererConfiguration

public JiraRendererConfiguration(ApplicationProperties applicationProperties)
Method Detail

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


Copyright © 2002-2007 Atlassian. All Rights Reserved.