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

ResetDirective

public class ResetDirective extends AbstractDirective
see
org.apache.struts2.components.Reset

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 Reset(stack, req, res);
    
public java.lang.StringgetBeanName()

        return "reset";