| Package | Description |
|---|---|
| org.rythmengine.internal.dialect |
| Modifier and Type | Class and Description |
|---|---|
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
|
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 © 2017–2021 OSGL (Open Source General Library). All rights reserved.