Interface StatusTextRenderer
-
- All Known Implementing Classes:
DefaultStatusTextRenderer
@Deprecated public interface StatusTextRenderer
Deprecated.Since 5.9.1 Responsible for converting status text into displayable HTML. Will auto-link URLs, wiki inline markup and hash-tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
render(String text)
Deprecated.Renders a piece of text with inline styles
-