public class JiraRendererConfiguration extends Object implements com.atlassian.renderer.RendererConfiguration
| Constructor and Description |
|---|
JiraRendererConfiguration(ApplicationProperties applicationProperties,
VelocityRequestContextFactory velocityRequestContextFactory,
JiraAuthenticationContext authContext,
ExternalLinkInNewWindow externalLinkInNewWindow) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
String |
getWebAppContextPath() |
boolean |
isAllowCamelCase() |
boolean |
isNofollowExternalLinks() |
boolean |
isOpenExternalLinksInNewWindow() |
public JiraRendererConfiguration(ApplicationProperties applicationProperties, VelocityRequestContextFactory velocityRequestContextFactory, JiraAuthenticationContext authContext, ExternalLinkInNewWindow externalLinkInNewWindow)
public String getWebAppContextPath()
getWebAppContextPath in interface com.atlassian.renderer.RendererConfigurationpublic boolean isNofollowExternalLinks()
isNofollowExternalLinks in interface com.atlassian.renderer.RendererConfigurationpublic boolean isAllowCamelCase()
isAllowCamelCase in interface com.atlassian.renderer.RendererConfigurationpublic String getCharacterEncoding()
getCharacterEncoding in interface com.atlassian.renderer.RendererConfigurationpublic boolean isOpenExternalLinksInNewWindow()
isOpenExternalLinksInNewWindow in interface com.atlassian.renderer.RendererConfigurationCopyright © 2002-2021 Atlassian. All Rights Reserved.