Package org.rythmengine.internal.dialect

Class Summary
AutoToString ToString dialect is a kind of Rythm dialect, the difference is that it preset the type of the only one render arg
AutoToString.AutoToStringData  
BasicRythm Basic Rythm is a very limited subset of Rythm which has only basic Rythm features: Expression evaluation (nullable express also supported) and escaping if-elseif-else, and for(T e: Iterable)

Specifically, argument declaration and scripting is disabled in ToString mode; @for(; ;) is not allowed in Basic mode to prevent infinite loop

DialectBase  
DialectManager  
Japid  
Razor  
Rythm  
SimpleRythm Simple Rythm mode is a subset of Rythm mode which has most Rythm feature except the template layout/extend features: Extends a layout template or declare template section Render sub template sections/content @Designate inti code section to be put into parent template Include another template at parsing time Set/get template variable to be passed to parent template
ToString ToString mode is a very limited subset of Rythm which has only basic Rythm features: Expression evaluation and escaping if-elseif-else

Specifically, argument declaration and scripting is disabled in ToString mode; @for loop is not allowed in ToString mode also

 



Copyright © 2014. All Rights Reserved.