| com.atlassian.jira.project.renderer.ProjectDescriptionRenderer |
Known Indirect Subclasses
FullHtmlProjectDescriptionRenderer,
ProjectDescriptionRendererImpl,
WikiMarkupProjectDescriptionRenderer
| |||||||||||||||||
Renderes the project's description depending on the current security settings.
| 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 view the project description.
| |||||||||||
Indicates whether the renderer uses wiki markup or not.
| |||||||||||
Returns the i18n key containing the description of the edit field.
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.
| project | the project for which the description should be returned; not null |
|---|
Indicates whether the renderer uses wiki markup or not.

