Package | Description |
---|---|
org.rythmengine | |
org.rythmengine.extension | |
org.rythmengine.internal | |
org.rythmengine.template | |
org.rythmengine.utils |
Modifier and Type | Method and Description |
---|---|
static Escape |
Rythm.RenderTime.getEscape() |
Modifier and Type | Method and Description |
---|---|
static void |
Rythm.RenderTime.setEscape(Escape e) |
Modifier and Type | Method and Description |
---|---|
Escape |
ICodeType.escape()
Return escape scheme
|
Escape |
ICodeType.DefImpl.escape() |
Constructor and Description |
---|
ICodeType.DefImpl(String id,
String commentStart,
String commentEnd,
Escape escape,
String suffix) |
ICodeType.DefImpl(String id,
String commentStart,
String commentEnd,
Escape escape,
String blockStart,
String blockEnd,
String suffix) |
Modifier and Type | Method and Description |
---|---|
protected Escape |
TemplateBuilder.__defaultEscape()
Return the default
escape method . |
Modifier and Type | Method and Description |
---|---|
TextBuilder |
TemplateBuilder.pe(boolean b,
Escape escape)
|
TextBuilder |
TemplateBuilder.pe(char c,
Escape escape)
|
TextBuilder |
TemplateBuilder.pe(double d,
Escape escape)
|
TextBuilder |
TemplateBuilder.pe(float f,
Escape escape)
|
TextBuilder |
TemplateBuilder.pe(int i,
Escape escape)
|
TextBuilder |
TemplateBuilder.pe(long l,
Escape escape)
|
TemplateBuilder |
TemplateBuilder.pe(Object o,
Escape escape)
Print a general expression, using specified
escape method |
Modifier and Type | Method and Description |
---|---|
Escape |
TemplateBase.__curEscape() |
Escape |
ITemplate.__curEscape()
(not API)
Return the current escape scheme
|
Escape |
TemplateBase.__defaultEscape() |
Escape |
ITemplate.__Context.currentEscape() |
Escape |
ITemplate.__Context.popEscape() |
Modifier and Type | Method and Description |
---|---|
TemplateBase |
TemplateBase.pe(Object o,
Escape escape) |
void |
ITemplate.__Context.pushEscape(Escape escape) |
Modifier and Type | Method and Description |
---|---|
static Escape |
Escape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Escape |
Escape.valueOfIngoreCase(ITemplate template,
Object o) |
static Escape |
Escape.valueOfIngoreCase(Object o) |
static Escape[] |
Escape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.