Package | Description |
---|---|
de.innovationgate.wgpublisher.webtml.utils |
Utility objects for the WebTML runtime including facilities to build WebTML elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ElementImpl.afterBody(ElementImplContext context)
If the tml:element tag contains a tag tml:body, called on rendering of the end tag of tml:body.
|
boolean |
ElementImpl.beforeBody(ElementImplContext context)
If the tml:element tag contains a tag tml:body, called on rendering of the start tag of tml:body.
|
void |
ElementImpl.begin(ElementImplContext context)
Called, when the start tag of tml:element is rendered.
|
void |
ElementImpl.end(ElementImplContext context)
Called, when the end tag of tml:element is rendered
|