| com.opensymphony.webwork.views.freemarker.ScopesHashModel
ScopesHashModel | public class ScopesHashModel extends SimpleHash (Code) | | 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
|
get | public TemplateModel get(String key) throws TemplateModelException(Code) | | |
|
|