public class DefaultLinkParser extends LinkParser
SmartLinkLabel
,
SmartLinkMultiLineLabel
Modifier and Type | Field and Description |
---|---|
static ILinkRenderStrategy |
EMAIL_RENDER_STRATEGY
Email address render strategy.
Renders <a href="mailto:{EMAIL}">{EMAIL}</a> |
static ILinkRenderStrategy |
ENCRYPTED_EMAIL_RENDER_STRATEGY
Email address render strategy.
|
static ILinkRenderStrategy |
URL_RENDER_STRATEGY
Url render strategy.
Renders <a href="{URL}">{URL}</a> |
Constructor and Description |
---|
DefaultLinkParser()
Default constructor.
|
public static final ILinkRenderStrategy EMAIL_RENDER_STRATEGY
public static final ILinkRenderStrategy ENCRYPTED_EMAIL_RENDER_STRATEGY
EMAIL_RENDER_STRATEGY
, but encrypts
the email address with html entities.public static final ILinkRenderStrategy URL_RENDER_STRATEGY
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.