Package | Description |
---|---|
org.apache.wiki.parser |
Modifier and Type | Method and Description |
---|---|
LinkParser.Link |
LinkParser.parse(String linktext)
Processes incoming link text, separating out the link text, the link
URI, and then any specified attributes.
|
protected void |
LinkParser.Link.setReference(String ref)
Sets the hypertext reference.
|
protected void |
LinkParser.Link.setText(String text)
Sets the link text.
|
Constructor and Description |
---|
Link(String text)
Create a new Link with text but no reference.
|
Link(String text,
String ref)
Create a new link with a given text and hyperlink (reference).
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.