|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtbootstrap3.client.ui.base.helper.SourceCodeHelper
public final class SourceCodeHelper
| Method Summary | |
|---|---|
static SafeHtml |
parseCode(String code)
If source code contains "\n" it will be replaced by a <br> element and "\s" will be replaced by a whitespace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SafeHtml parseCode(String code)
<br> element and "\s" will be replaced by a whitespace.
code - Unformatted source code
Pre or Code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||