org.apache.wicket.extensions.markup.html.basic |
wicket.extensions.markup.html.basic package
Basic extensions.
|
Java Source File Name | Type | Comment |
DefaultLinkParser.java | Class | This implementation adds link render strategies for email addresses and urls. |
DefaultLinkParserTest.java | Class | |
ILinkParser.java | Interface | ILinkParser parses an input text and performs modififactions
according to its render strategies. |
ILinkRenderStrategy.java | Interface | An implementation of ILinkRenderStrategy transforms a link
target (e.g. |
LinkParser.java | Class | This base implementation iterates over all provided
ILinkRenderStrategy implementations and applies them to the
input text. |
SmartLinkLabel.java | Class | 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.java | Class | 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. |