FileDocCategorySizeDatePackage
WebTableModel.javaAPI DocExample1506Mon Jul 23 13:26:42 BST 2007org.apache.struts2.views.freemarker.tags

WebTableModel

public class WebTableModel extends TagModel
see
WebTable

Fields Summary
Constructors Summary
public WebTableModel(com.opensymphony.xwork2.util.ValueStack stack, HttpServletRequest req, HttpServletResponse res)

        super(stack, req, res);
    
Methods Summary
protected org.apache.struts2.components.ComponentgetBean()

        return new WebTable(stack, req, res);