|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.ext.servlet.HttpSessionHashModel
TemplateHashModel wrapper for a HttpSession attributes.
Constructor Summary | |
HttpSessionHashModel(javax.servlet.http.HttpSession session)
|
Method Summary | |
TemplateModel |
get(java.lang.String key)
Gets a TemplateModel from the hash. |
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpSessionHashModel(javax.servlet.http.HttpSession session)
Method Detail |
public TemplateModel get(java.lang.String key)
TemplateHashModel
get
in interface TemplateHashModel
freemarker.template.TemplateHashModel
key
- the name by which the TemplateModel
is identified in the template.public boolean isEmpty()
isEmpty
in interface TemplateModel
freemarker.template.TemplateModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |