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.
|
default boolean |
isOpenExternalLinksInNewWindow()
If this method returns "true", there will be
target="_blank"
attribute added to each external link, thus forcing the browser to open
it in a separate tab. |
String getWebAppContextPath()
boolean isNofollowExternalLinks()
boolean isAllowCamelCase()
String getCharacterEncoding()
default boolean isOpenExternalLinksInNewWindow()
target="_blank"
attribute added to each external link, thus forcing the browser to open
it in a separate tab. Links to internal pages are ignored.
A link is understood as internal when its URL is relative to site's base
URL provided by RenderContext.getBaseUrl().target="_blank" attribute to external
linksCopyright © 2019 Atlassian. All rights reserved.