public class XhtmlCamelCaseLinkMigrationRendererComponent
extends com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
implements com.atlassian.renderer.v2.components.RendererComponent
Modifier and Type | Field and Description |
---|---|
static Pattern |
LINK_CAMELCASE_PATTERN
Identical to the non-public com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent field.
|
Constructor and Description |
---|
XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration rendererConfiguration,
Marshaller<Link> linkMarshaller,
LinkResolver linkResolver) |
Modifier and Type | Method and Description |
---|---|
void |
appendSubstitution(StringBuffer stringBuffer,
com.atlassian.renderer.RenderContext context,
Matcher matcher) |
String |
render(String wiki,
com.atlassian.renderer.RenderContext renderContext) |
boolean |
shouldRender(com.atlassian.renderer.v2.RenderMode renderMode) |
public static final Pattern LINK_CAMELCASE_PATTERN
public XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration rendererConfiguration, Marshaller<Link> linkMarshaller, LinkResolver linkResolver)
public boolean shouldRender(com.atlassian.renderer.v2.RenderMode renderMode)
shouldRender
in interface com.atlassian.renderer.v2.components.RendererComponent
shouldRender
in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
public String render(String wiki, com.atlassian.renderer.RenderContext renderContext)
render
in interface com.atlassian.renderer.v2.components.RendererComponent
render
in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
public void appendSubstitution(StringBuffer stringBuffer, com.atlassian.renderer.RenderContext context, Matcher matcher)
appendSubstitution
in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
Copyright © 2003–2016 Atlassian. All rights reserved.