public interface ITag
Define a tag interface.
| 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()
Get the tag name
ITag __setBodyContext(ITag.__Body body)
Set body context and return this tag
body - void __call(int line)
Call this tag
line - the number of the caller template line which invoke this tagCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.