public interface RendererConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding()
Will return the character encoding for the current application.
|
String |
getWebAppContextPath()
Returns the context path of the running web application.
|
boolean |
isAllowCamelCase()
If this method returns true then camelCase links will be allowed and generated.
|
boolean |
isNofollowExternalLinks()
If this method returns true then external links will be generated with the
rel=nofollow attribute.
|
String getWebAppContextPath()
boolean isNofollowExternalLinks()
boolean isAllowCamelCase()
String getCharacterEncoding()
Copyright © 2015 Atlassian. All rights reserved.