|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemarker.template.WrappingTemplateModel
freemarker.template.SimpleHash
com.opensymphony.webwork.views.freemarker.ScopesHashModel
Simple Hash model that also searches other scopes.
If the key doesn't exist in this hash, this template model tries to resolve the key within the attributes of the following scopes, in the order stated: Request, Session, Servlet Context
Field Summary |
Fields inherited from interface freemarker.template.TemplateModel |
NOTHING |
Constructor Summary | |
ScopesHashModel(freemarker.template.ObjectWrapper objectWrapper,
ServletContext context,
HttpServletRequest request)
|
Method Summary | |
freemarker.template.TemplateModel |
get(String key)
|
Methods inherited from class freemarker.template.SimpleHash |
copyMap, isEmpty, keys, put, put, putAll, remove, size, synchronizedWrapper, toMap, toString, values |
Methods inherited from class freemarker.template.WrappingTemplateModel |
getDefaultObjectWrapper, getObjectWrapper, setDefaultObjectWrapper, setObjectWrapper, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ScopesHashModel(freemarker.template.ObjectWrapper objectWrapper, ServletContext context, HttpServletRequest request)
Method Detail |
public freemarker.template.TemplateModel get(String key) throws freemarker.template.TemplateModelException
freemarker.template.TemplateModelException
|
WebWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |