Module org.apache.wicket.extensions
Package org.apache.wicket.extensions.markup.html.basic
package org.apache.wicket.extensions.markup.html.basic
Basic extensions.
-
ClassDescriptionThis implementation adds link render strategies for email addresses and urls.
ILinkParser
parses an input text and performs modifications according to its render strategies.An implementation ofILinkRenderStrategy
transforms a link target (e.g. email address) into a proper html link (e.g.This base implementation iterates over all providedILinkRenderStrategy
implementations and applies them to the input text.If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.