| Interface | Description |
|---|---|
| ITag |
Define a tag interface.
|
| ITemplate |
Define a template instance API
|
| Class | Description |
|---|---|
| EmptyTemplate |
Created by luog on 21/08/2014.
|
| ITag.__Body |
Defines a tag body type
|
| ITag.__Parameter |
A datastructure to store tag calling parameter
|
| ITag.__ParameterList |
A list of
ITag.__Parameter |
| ITemplate.__Context |
The render time context.
|
| JavaTagBase |
classes extends JavaTagBase are not template based, it's kind of like FastTag in Play
|
| TagBase |
Define a tag
|
| TemplateBase |
The base class of template implementation.
|
| TemplateBase.__Itr<T> |
The helper class to facilitate generating code for the "for" loop in
the template source
|
Copyright © 2015. All Rights Reserved.