|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Escape | |
---|---|
org.rythmengine | |
org.rythmengine.extension | |
org.rythmengine.internal | |
org.rythmengine.template | |
org.rythmengine.utils |
Uses of Escape in org.rythmengine |
---|
Methods in org.rythmengine that return Escape | |
---|---|
static Escape |
Rythm.RenderTime.getEscape()
|
Methods in org.rythmengine with parameters of type Escape | |
---|---|
static void |
Rythm.RenderTime.setEscape(Escape e)
|
Uses of Escape in org.rythmengine.extension |
---|
Methods in org.rythmengine.extension that return Escape | |
---|---|
Escape |
ICodeType.escape()
Return escape scheme |
Escape |
ICodeType.DefImpl.escape()
|
Constructors in org.rythmengine.extension with parameters of type Escape | |
---|---|
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)
|
Uses of Escape in org.rythmengine.internal |
---|
Methods in org.rythmengine.internal that return Escape | |
---|---|
protected Escape |
TemplateBuilder.__defaultEscape()
Return the default escape method . |
Methods in org.rythmengine.internal with parameters of type Escape | |
---|---|
TextBuilder |
TemplateBuilder.pe(boolean b,
Escape escape)
See TextBuilder.p(boolean) |
TextBuilder |
TemplateBuilder.pe(char c,
Escape escape)
See TextBuilder.p(char) |
TextBuilder |
TemplateBuilder.pe(double d,
Escape escape)
See TextBuilder.p(double) |
TextBuilder |
TemplateBuilder.pe(float f,
Escape escape)
See TextBuilder.p(float) |
TextBuilder |
TemplateBuilder.pe(int i,
Escape escape)
See TextBuilder.p(int) |
TextBuilder |
TemplateBuilder.pe(long l,
Escape escape)
See TextBuilder.p(long) |
TemplateBuilder |
TemplateBuilder.pe(Object o,
Escape escape)
Print a general expression, using specified escape method |
Uses of Escape in org.rythmengine.template |
---|
Methods in org.rythmengine.template that return Escape | |
---|---|
Escape |
TemplateBase.__curEscape()
|
Escape |
ITemplate.__curEscape()
(not API) Return the current escape scheme |
Escape |
TemplateBase.__defaultEscape()
|
Escape |
ITemplate.__Context.currentEscape()
|
Escape |
ITemplate.__Context.popEscape()
|
Methods in org.rythmengine.template with parameters of type Escape | |
---|---|
TemplateBase |
TemplateBase.pe(Object o,
Escape escape)
|
void |
ITemplate.__Context.pushEscape(Escape escape)
|
Uses of Escape in org.rythmengine.utils |
---|
Methods in org.rythmengine.utils that return Escape | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |