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

ActionModel

public class ActionModel extends TagModel
see
ActionComponent

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

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

        return new ActionComponent(stack, req, res);