Class IssueLinksSystemFieldEntryFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlySystemFieldEntryFactory
com.atlassian.greenhopper.web.rapid.issue.fields.IssueLinksSystemFieldEntryFactory
- All Implemented Interfaces:
FieldEntryFactory
public class IssueLinksSystemFieldEntryFactory
extends ReadOnlySystemFieldEntryFactory
implements FieldEntryFactory
Creates
FieldEntry for the issue links system field.
The only difference to other system fields is that this field can't render html properly (it fills the log with velocity
template not found stack traces. As we render issue links differently anyways we can skip the html generation here.-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlySystemFieldEntryFactory
fieldHelper -
Constructor Summary
ConstructorsConstructorDescriptionIssueLinksSystemFieldEntryFactory(FieldHelper helper, com.atlassian.jira.issue.fields.OrderableField field) -
Method Summary
Modifier and TypeMethodDescriptioncreateViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser user) getId()Methods inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlySystemFieldEntryFactory
isFieldValidMethods inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
createEditEntryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createEditEntry, isFieldValid
-
Constructor Details
-
IssueLinksSystemFieldEntryFactory
public IssueLinksSystemFieldEntryFactory(FieldHelper helper, com.atlassian.jira.issue.fields.OrderableField field)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceFieldEntryFactory
-
createViewEntry
public FieldEntry createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser user) - Specified by:
createViewEntryin interfaceFieldEntryFactory
-