public interface ITag
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITag.__Body
Defines a tag body type
|
static class |
ITag.__Parameter
A datastructure to store tag calling parameter
|
static class |
ITag.__ParameterList
A list of
ITag.__Parameter |
| Modifier and Type | Method and Description |
|---|---|
void |
__call(int line)
Call this tag
|
String |
__getName()
Get the tag name
|
ITag |
__setBodyContext(ITag.__Body body)
Set body context and return this tag
|
String __getName()
ITag __setBodyContext(ITag.__Body body)
body - void __call(int line)
line - the number of the caller template line which invoke this tagCopyright © 2015. All Rights Reserved.