Package | Description |
---|---|
org.rythmengine.internal | |
org.rythmengine.template | |
org.rythmengine.utils |
Modifier and Type | Method and Description |
---|---|
RawData |
LoopUtil.postSep(String sep) |
RawData |
LoopUtil.preSep(String sep) |
RawData |
LoopUtil.sep(String sep) |
Modifier and Type | Method and Description |
---|---|
protected RawData |
TemplateBase.__getSection()
Get layout content as
RawData . |
protected RawData |
TemplateBase.__getSection(String name)
Get a section content as
RawData by name. |
protected RawData |
TemplateBase.__render(String template)
Render another template from within this template.
|
protected RawData |
TemplateBase.__render(String template,
Object... args)
Render another template from this template.
|
Modifier and Type | Field and Description |
---|---|
static RawData |
RawData.NULL |
Modifier and Type | Method and Description |
---|---|
RawData |
RawData.append(Object val) |
RawData |
RawData.appendTo(Object val) |
protected RawData |
Escape.apply_(String s) |
RawData |
Escape.apply(Object o)
Apply this escape scheme to the object's string representation
|
static RawData |
S.escape(ITemplate template,
Object o)
The template implicit argument version of
S.escape(Object) |
static RawData |
S.escape(Object o)
Return a
RawData type wrapper of
an object without escaping or if the current template exists
return the escape specified by the current escape scheme of the current
render template
|
static RawData |
S.escape(Object o,
Object escape)
Return a
RawData type wrapper of
an object with specified escaping scheme. |
static RawData |
S.escapeCsv(Object o)
Alias of
S.escapeCSV(Object) |
static RawData |
S.escapeCSV(Object o)
Return a
RawData type wrapper of
an object with CSV escaping
|
static RawData |
S.escapeHtml(Object o)
Alias of
S.escapeHTML(Object) |
static RawData |
S.escapeHTML(Object o)
Return a
RawData type wrapper of
an object with HTML escaping
|
static RawData |
S.escapeJava(Object o)
Return a
RawData type wrapper of
an object with Java escaping
|
static RawData |
S.escapeJavascript(Object o)
Alias of
S.escapeJavaScript(Object) |
static RawData |
S.escapeJavaScript(Object o)
Return a
RawData type wrapper of
an object with JavaScript escaping
|
static RawData |
S.escapeJS(Object o)
Alias of
S.escapeJavaScript(Object) |
static RawData |
S.escapeJson(Object o)
Alias of
S.escapeCSV(Object) |
static RawData |
S.escapeJSON(Object o)
Return a
RawData type wrapper of
an object with JSON escaping
|
static RawData |
S.escapeRegex(Object o)
Escape for regular expression
|
static RawData |
S.escapeXml(Object o)
Alias of
S.escapeXML(Object) |
static RawData |
S.escapeXML(Object o)
Return a
RawData type wrapper of
an object with XML escaping
|
static RawData |
S.nl2br(Object data)
Change line break in the data string into
|
static RawData |
S.nl2br(RawData data)
Change line break in the data string into
|
static RawData |
S.raw(Object o)
Return a
RawData type wrapper of
an object without any escaping. |
static RawData |
RawData.valueOf(Object o) |
Modifier and Type | Method and Description |
---|---|
static RawData |
S.nl2br(RawData data)
Change line break in the data string into
|
Copyright © 2015. All Rights Reserved.