Package | Description |
---|---|
org.rythmengine | |
org.rythmengine.template |
Modifier and Type | Method and Description |
---|---|
void |
RythmEngine.invokeTemplate(int line,
String name,
ITemplate caller,
ITag.__ParameterList params,
ITag.__Body body,
ITag.__Body context)
Invoke a template
|
void |
RythmEngine.invokeTemplate(int line,
String name,
ITemplate caller,
ITag.__ParameterList params,
ITag.__Body body,
ITag.__Body context,
boolean ignoreNonExistsTag)
Invoke a tag
|
Modifier and Type | Field and Description |
---|---|
protected ITag.__Body |
TagBase.__body |
protected ITag.__Body |
TagBase.__context |
protected ITag.__Body |
ITag.__Body.__self
This body itself.
|
protected ITag.__Body |
TagBase._body |
protected ITag.__Body |
JavaTagBase._body |
Modifier and Type | Method and Description |
---|---|
ITag.__Body |
ITag.__Body.pe(Object o) |
Modifier and Type | Method and Description |
---|---|
protected void |
TemplateBase.__invokeTag(int line,
String name,
ITag.__ParameterList params,
ITag.__Body body)
Invoke a tag.
|
protected void |
TemplateBase.__invokeTag(int line,
String name,
ITag.__ParameterList params,
ITag.__Body body,
boolean ignoreNoExistsTag)
Invoke a tag.
|
protected void |
TemplateBase.__invokeTag(int line,
String name,
ITag.__ParameterList params,
ITag.__Body body,
ITag.__Body context)
Invoke a tag.
|
protected void |
TemplateBase.__invokeTag(int line,
String name,
ITag.__ParameterList params,
ITag.__Body body,
ITag.__Body context,
boolean ignoreNonExistsTag)
Invoke a tag.
|
ITag |
TagBase.__setBodyContext(ITag.__Body body) |
ITag |
ITag.__setBodyContext(ITag.__Body body)
Set body context and return this tag
|
protected abstract void |
JavaTagBase.call(ITag.__ParameterList params,
ITag.__Body body)
Subclass overwrite this method and call various p() methods to render the output
|
Copyright © 2015. All Rights Reserved.