|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITag
Define a tag interface.
Nested Class Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Method Detail |
---|
String __getName()
ITag __setBodyContext(ITag.__Body body)
body
-
void __call(int line)
line
- the number of the caller template line which invoke this tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |