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