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.RendererComponentshouldRender in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponentpublic String render(String wiki, com.atlassian.renderer.RenderContext renderContext)
render in interface com.atlassian.renderer.v2.components.RendererComponentrender in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponentpublic void appendSubstitution(StringBuffer stringBuffer, com.atlassian.renderer.RenderContext context, Matcher matcher)
appendSubstitution in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponentCopyright © 2003–2022 Atlassian. All rights reserved.