|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.greenhopper.plugin.link.Link
public class Link
Link object displayed in one of the GreenHopper context menus.
Constructor Summary | |
---|---|
Link()
|
Method Summary | |
---|---|
java.lang.String |
getHref()
Get the href value |
java.lang.String |
getTitle()
Get the link title |
boolean |
isAddBaseUrl()
Should the href value be prefixed by the web application base url? The default implementation returns true if the href value starts with a slash. |
void |
setHref(java.lang.String href)
Set the href attribute value. |
void |
setTitle(java.lang.String text)
Set the link title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Link()
Method Detail |
---|
public java.lang.String getHref()
public void setHref(java.lang.String href)
href
- the value to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String text)
text
- the title of the linkpublic boolean isAddBaseUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |