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

PushTag

public class PushTag extends ComponentTagSupport
see
Push

Fields Summary
private static final long
serialVersionUID
protected String
value
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 Push(stack);
    
protected voidpopulateParams()

        super.populateParams();

        ((Push) component).setValue(value);
    
public voidsetValue(java.lang.String value)

        this.value = value;