Uses of Class
org.rythmengine.template.ITag.__Body

Packages that use ITag.__Body
org.rythmengine   
org.rythmengine.template   
 

Uses of ITag.__Body in org.rythmengine
 

Methods in org.rythmengine with parameters of type ITag.__Body
 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

 

Uses of ITag.__Body in org.rythmengine.template
 

Fields in org.rythmengine.template declared as ITag.__Body
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
           
 

Methods in org.rythmengine.template that return ITag.__Body
 ITag.__Body ITag.__Body.pe(Object o)
           
 

Methods in org.rythmengine.template with parameters of type ITag.__Body
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 © 2013. All Rights Reserved.