Package org.apache.wicket.extensions.markup.html.basic

Basic extensions.

See:
          Description

Interface Summary
ILinkParser ILinkParser parses an input text and performs modifications according to its render strategies.
ILinkRenderStrategy An implementation of ILinkRenderStrategy transforms a link target (e.g.
 

Class Summary
DefaultLinkParser This implementation adds link render strategies for email addresses and urls.
LinkParser This base implementation iterates over all provided ILinkRenderStrategy implementations and applies them to the input text.
SmartLinkLabel 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.
SmartLinkMultiLineLabel 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.
 

Package org.apache.wicket.extensions.markup.html.basic Description

Basic extensions.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.