public static class Handlebars.SafeString extends Object implements CharSequence
Handlebars.SafeString tell Handlebars that the content should not be
escaped as HTML.| Modifier and Type | Field and Description |
|---|---|
CharSequence |
content
The content.
|
| Constructor and Description |
|---|
SafeString(CharSequence content)
Creates a new
Handlebars.SafeString. |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic final CharSequence content
public SafeString(CharSequence content)
Handlebars.SafeString.content - The string content.public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 2021. All rights reserved.