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

ParamDirective

public class ParamDirective extends AbstractDirective
see
Param

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 Param(stack);
    
public java.lang.StringgetBeanName()

        return "param";