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

IncludeModel

public class IncludeModel extends TagModel
see
Include

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

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

        return new Include(stack, req, res);