|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.renderer.links.Link
com.atlassian.renderer.links.BaseLink
com.atlassian.jira.issue.fields.renderer.wiki.links.JiraAttachmentLink
public class JiraAttachmentLink
Defines a link to a jira attachment.
Field Summary | |
---|---|
static String |
ATTACHMENT_ICON
|
Fields inherited from class com.atlassian.renderer.links.Link |
---|
iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url |
Constructor Summary | |
---|---|
JiraAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser,
com.atlassian.renderer.RenderContext context)
|
Method Summary | |
---|---|
Attachment |
getAttachment()
|
Methods inherited from class com.atlassian.renderer.links.BaseLink |
---|
equals, getOriginalParser, hashCode, setI18nTitle, setTitle |
Methods inherited from class com.atlassian.renderer.links.Link |
---|
getIconName, getLinkAttributes, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, isRelativeUrl |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ATTACHMENT_ICON
Constructor Detail |
---|
public JiraAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, com.atlassian.renderer.RenderContext context) throws ParseException
ParseException
Method Detail |
---|
public Attachment getAttachment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |