java.lang.Object | |
↳ | com.atlassian.jira.render.NoOpEncoder |
Encoder that renders everything as-is.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Renders
input as HTML. |
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
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 |
---|