A markup template can be a document (page) or a fragment (to insert into documents)
and is obtained from an
ItsNatServlet where it was previously registered.
getName() Returns the used name to register the template.
public boolean
isDebugMode() Informs whether the debug mode is enabled.
public boolean
isOnLoadCacheStaticNodes() Informs whether static nodes are serialized as text and globally cached when
the template is loaded to save memory (it improves the performance too).
setOnLoadCacheStaticNodes(boolean cache) Sets if static nodes are serialized as text and globally cached when
the template is loaded to save memory (it improves the performance too).
public void setOnLoadCacheStaticNodes(boolean cache)(Code)
Sets if static nodes are serialized as text and globally cached when
the template is loaded to save memory (it improves the performance too).
Parameters: cache - true to enable the static node cache. See Also:MarkupTemplate.isOnLoadCacheStaticNodes()