|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawData | |
---|---|
org.rythmengine.internal | |
org.rythmengine.template | |
org.rythmengine.utils |
Uses of RawData in org.rythmengine.internal |
---|
Methods in org.rythmengine.internal that return RawData | |
---|---|
RawData |
LoopUtil.postSep(String sep)
|
RawData |
LoopUtil.preSep(String sep)
|
RawData |
LoopUtil.sep(String sep)
|
Uses of RawData in org.rythmengine.template |
---|
Methods in org.rythmengine.template that return RawData | |
---|---|
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. |
Uses of RawData in org.rythmengine.utils |
---|
Fields in org.rythmengine.utils declared as RawData | |
---|---|
static RawData |
RawData.NULL
|
Methods in org.rythmengine.utils that return RawData | |
---|---|
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)
|
Methods in org.rythmengine.utils with parameters of type RawData | |
---|---|
static RawData |
S.nl2br(RawData data)
Change line break in the data string into |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |