java.lang.Object | |
↳ | com.atlassian.jira.project.renderer.ProjectDescriptionRendererImpl |
Renders the project description either as wiki markup or returns the plain value (in case HTML is allowed).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the i18n key containing the description of the edit field.
| |||||||||||
Returns the rendered html to edit the project description.
| |||||||||||
Returns the rendered html to edit the project description.
| |||||||||||
Returns the rendered html to view the project description.
| |||||||||||
Returns the rendered html to view the project description.
| |||||||||||
Indicates whether the renderer uses wiki markup or not.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||
From interface
com.atlassian.jira.project.renderer.ProjectDescriptionRenderer
|
Returns the i18n key containing the description of the edit field.
Returns the rendered html to edit the project description.
description | the raw project description |
---|
Returns the rendered html to edit the project description.
project | the project which is going to be edited; not null |
---|
Returns the rendered html to view the project description.
description | the raw project description |
---|
Returns the rendered html to view the project description.
project | the project for which the description should be returned; not null |
---|
Indicates whether the renderer uses wiki markup or not.