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

CheckboxListModel

public class CheckboxListModel extends TagModel
see
CheckboxList

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

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

        return new CheckboxList(stack, req, res);