public class Link extends Object
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Get the href attribute.
|
String |
getPackages()
Get the packages attribute.
|
void |
setHref(String newHref)
Set the href attribute.
|
void |
setPackages(String newPackages)
Set the packages attribute.
|
public String getPackages()
public void setPackages(String newPackages)
newPackages - the comma separated package prefixes corresponding to this linkpublic String getHref()
public void setHref(String newHref)
newHref - a String value representing the URL to use for this linkCopyright © 2011–2025. All rights reserved.