com.ibm.dse.gui.jspbeans
Interface JSPContainer

All Known Implementing Classes:
JSPAbstractContainer

public interface JSPContainer
extends JSPComponent

JSPContainer interface.


Method Summary
 void add(JSPComponent aComponent)
          Adds a component into the container.
 JspContextServices getInterface()
          Gets the interface.
 
Methods inherited from interface com.ibm.dse.gui.jspbeans.JSPComponent
getDataName, getErrorList, getProperty, putError, setDataName, setInterface, setProperty, toHTMLString
 

Method Detail

add

public void add(JSPComponent aComponent)
Adds a component into the container.
Parameters:
aComponent - com.ibm.JSPBeans.JSPComponent

getInterface

public JspContextServices getInterface()
Gets the interface.
Specified by:
getInterface in interface JSPComponent
Returns:
com.ibm.dse.cs.html.JspContextServices