FileDocCategorySizeDatePackage
IfTag.javaAPI DocExample1648Mon Jul 23 13:26:50 BST 2007org.apache.struts2.views.jsp

IfTag

public class IfTag extends ComponentTagSupport
see
If

Fields Summary
private static final long
serialVersionUID
String
test
Constructors Summary
Methods Summary
public org.apache.struts2.components.ComponentgetBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)


            
        return new If(stack);
    
protected voidpopulateParams()

        ((If) getComponent()).setTest(test);
    
public voidsetTest(java.lang.String test)

        this.test = test;