com.atlassian.confluence.userstatus
Interface StatusTextRenderer

All Known Implementing Classes:
DefaultStatusTextRenderer

public interface StatusTextRenderer

Responsible for converting status text into displayable HTML. Will auto-link URLs, wiki inline markup and hash-tags.


Method Summary
 String render(String text)
          Renders a piece of text with inline styles
 

Method Detail

render

String render(String text)
Renders a piece of text with inline styles



Copyright © 2003-2013 Atlassian. All Rights Reserved.