Uses of Interface
org.apache.wicket.extensions.markup.html.basic.ILinkParser
-
Uses of ILinkParser in org.apache.wicket.extensions.markup.html.basic
Modifier and TypeClassDescriptionclass
This implementation adds link render strategies for email addresses and urls.class
This base implementation iterates over all providedILinkRenderStrategy
implementations and applies them to the input text.Modifier and TypeMethodDescriptionLinkParser.addLinkRenderStrategy
(String pattern, ILinkRenderStrategy renderStrategy) Adds a render strategy to the parser.protected ILinkParser
SmartLinkLabel.getLinkParser()
protected ILinkParser
SmartLinkMultiLineLabel.getLinkParser()
Get the link parser.