com.opensymphony.webwork.views.freemarker.tags
Class IteratorModel
java.lang.Object
com.opensymphony.webwork.views.freemarker.tags.TagModel
com.opensymphony.webwork.views.freemarker.tags.IteratorModel
- All Implemented Interfaces:
- freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel
public class IteratorModel - extends TagModel
- Author:
- Patrick Lightbody (plightbo at gmail dot com)
| Fields inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel |
req, res, stack |
| Fields inherited from interface freemarker.template.TemplateModel |
NOTHING |
| Methods inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel |
getWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorModel
public IteratorModel(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
getBean
protected Component getBean()
- Specified by:
getBean in class TagModel
|