|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.issue.fields.FieldRenderingContext
public final class FieldRenderingContext
FieldRenderingContext strings are passed in the displayParameters map as keys with a TRUE value. This allows us to test that we are for instance on the ViewIssue page, or rendering an excel view.
Field Summary | |
---|---|
static String |
EMAIL_VIEW
used to signify we are rendering for emails |
static String |
EXCEL_VIEW
used to signify we are rendering for excel |
static String |
ISSUE_VIEW
used to signify we are on the ViewIssue page |
static String |
NAVIGATOR_VIEW
This is a display hint that is placed into the displayParameters when rendering the issue navigator. |
Constructor Summary | |
---|---|
FieldRenderingContext()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ISSUE_VIEW
public static final String EXCEL_VIEW
public static final String EMAIL_VIEW
public static final String NAVIGATOR_VIEW
Constructor Detail |
---|
public FieldRenderingContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |