Class WebLink
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.links.WebLink
-
public class WebLink extends Object
A model object representing a web link in Confluence content as opposed to a Confluence resource link. This isn't a public model object, it is an internal object to allow for easier link processing.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAnchor()
String
getHref()
int
hashCode()
boolean
isRelative()
static boolean
isValidURL(String url)
-
-
-
Constructor Detail
-
WebLink
public WebLink(String href)
-
-