public final class BasicDirectivesRuntime extends Object
| Constructor and Description |
|---|
BasicDirectivesRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static SoyString |
changeNewlineToBr(SoyValue value) |
static LoggingAdvisingAppendable |
changeNewlineToBrStreaming(LoggingAdvisingAppendable appendable) |
static SoyString |
insertWordBreaks(SoyValue value,
int maxCharsBetweenWordBreaks) |
static LoggingAdvisingAppendable |
insertWordBreaksStreaming(LoggingAdvisingAppendable appendable,
int maxCharsBetweenWordBreaks) |
static String |
truncate(String str,
int maxLen,
boolean doAddEllipsis) |
static LoggingAdvisingAppendable |
truncateStreaming(LoggingAdvisingAppendable appendable,
int maxLength,
boolean addEllipsis) |
public static LoggingAdvisingAppendable truncateStreaming(LoggingAdvisingAppendable appendable, int maxLength, boolean addEllipsis)
public static LoggingAdvisingAppendable changeNewlineToBrStreaming(LoggingAdvisingAppendable appendable)
public static SoyString insertWordBreaks(SoyValue value, int maxCharsBetweenWordBreaks)
public static LoggingAdvisingAppendable insertWordBreaksStreaming(LoggingAdvisingAppendable appendable, int maxCharsBetweenWordBreaks)