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

RadioDirective

public class RadioDirective extends AbstractDirective
see
Radio

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

        return "radio";