Class DefaultStatusTextRenderer
- java.lang.Object
-
- com.atlassian.confluence.userstatus.DefaultStatusTextRenderer
-
- All Implemented Interfaces:
StatusTextRenderer
@Deprecated public class DefaultStatusTextRenderer extends Object implements StatusTextRenderer
Deprecated.Since 5.9.1
-
-
Constructor Summary
Constructors Constructor Description DefaultStatusTextRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringrender(String status)Deprecated.Renders a piece of text with inline styles
-
-
-
Method Detail
-
render
public String render(String status)
Deprecated.Description copied from interface:StatusTextRendererRenders a piece of text with inline styles- Specified by:
renderin interfaceStatusTextRenderer
-
-