|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateModelRoot
The root node of a template data model may implement this interface.
This interface is now just a marker interface. All functionality has
either been moved to TemplateWriteableHashModel or made redundant by
changes to the engine.
TemplateWriteableHashModel| Method Summary | |
|---|---|
void |
put(java.lang.String key,
TemplateModel model)
Sets a value in the hash model. |
void |
remove(java.lang.String key)
Deprecated. this method is no longer required by the template engine, and will be removed in a future release |
| Methods inherited from interface freemarker.template.TemplateHashModel |
|---|
get |
| Methods inherited from interface freemarker.template.TemplateModel |
|---|
isEmpty |
| Method Detail |
|---|
void put(java.lang.String key,
TemplateModel model)
put in interface TemplateWriteableHashModelkey - the hash key.model - the hash value to be added.void remove(java.lang.String key)
key - the key to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||