public interface Link
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHref()
Returns the href as passed in the constructor
|
java.net.URI |
getRelUri()
Returns the context relative URI or
null |
java.net.URI |
getUri()
Returns the URI or
null . |
LinkValidity |
getValidity()
Returns the link validity.
|
boolean |
isContextRelative()
Checks if this is a context relative link.
|
boolean |
isSpecial()
Checks if this is a special link (like mailto: javascript: etc)
|
java.lang.String getHref()
java.net.URI getUri()
null
.java.net.URI getRelUri()
null
LinkValidity getValidity()
boolean isSpecial()
true
if this is a special linkboolean isContextRelative()
true
if this is a context relative link.Copyright © 2010 - 2020 Adobe. All Rights Reserved