Uses of Class
org.rythmengine.internal.dialect.DialectBase

Packages that use DialectBase
org.rythmengine.internal.dialect   
 

Uses of DialectBase in org.rythmengine.internal.dialect
 

Subclasses of DialectBase in org.rythmengine.internal.dialect
 class AutoToString
          ToString dialect is a kind of Rythm dialect, the difference is that it preset the type of the only one render arg
 class 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

 class Rythm
           
 class 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
 class 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.