FileDocCategorySizeDatePackage
FormDirective.javaAPI DocExample1557Mon Jul 23 13:26:50 BST 2007org.apache.struts2.views.velocity.components

FormDirective

public class FormDirective extends AbstractDirective
see
Form

Fields Summary
Constructors Summary
Methods Summary
protected org.apache.struts2.components.ComponentgetBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)

        return new Form(stack, req, res);
    
public java.lang.StringgetBeanName()

        return "form";
    
public intgetType()

        return BLOCK;