| java.lang.Object | |
| ↳ | com.atlassian.jira.render.StrictEncoder |
Encoder that encodes everything.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Renders
input as HTML. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.jira.render.Encoder
| |||||||||||||
Renders input as HTML. This method calls toString() on input in order to get its
String representation. If input is null, this method returns "".
| input | a String |
|---|

