Interface ITemplate
public interface ITemplate
ITemplate
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendElement(ILinkable element) Method appendElement.id()Method id.voidMethod pushEntry.voidpushToken(StringBuffer buf) Method pushToken.
-
Method Details
-
id
String id()Method id.- Returns:
- String
-
pushEntry
Method pushEntry.- Parameters:
name- the name
-
pushToken
Method pushToken.- Parameters:
buf- the buffer
-
appendElement
Method appendElement.- Parameters:
element- the element
-