BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Interface URLParams

All Known Implementing Classes:
Anchor, AnchorColumn, Button, Form, Image, ImageAnchor

public interface URLParams


Method Summary
 void addParameter(String name, Object value)
           
 

Method Detail

addParameter

void addParameter(String name,
                  Object value)
                  throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.