com.ibm.dse.gui.jspbeans
Class JSPPageControlBean

java.lang.Object
  |
  +--com.ibm.dse.gui.jspbeans.JSPAbstractContainer
        |
        +--com.ibm.dse.gui.jspbeans.JSPPageControlBean

public class JSPPageControlBean
extends JSPAbstractContainer

Container for all the JSPBeans. Renders a list with all the errors if any. Otherwise renders the components and the associated HTML code for a page.


Fields inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractContainer
_properties, GET, NULL, POST, SELF, TOP
 
Constructor Summary
JSPPageControlBean()
          JSPPageControlBean constructor.
JSPPageControlBean(JspContextServices anInterface, java.lang.String aDataName)
          JSPPageControlBean constructor.
 
Method Summary
 java.lang.String toHTMLString()
          The renderer of the JSPBean
 
Methods inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractContainer
add, elementAt, getComponents, getDataName, getErrorList, getInterface, getProperty, inherit, putError, renderComponents, setDataName, setInterface, setProperty, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPPageControlBean

public JSPPageControlBean()
JSPPageControlBean constructor.

JSPPageControlBean

public JSPPageControlBean(JspContextServices anInterface,
                          java.lang.String aDataName)
JSPPageControlBean constructor.
Parameters:
anInterface - com.ibm.dse.cs.html.JspContextServices
aDataName - java.lang.String
Method Detail

toHTMLString

public java.lang.String toHTMLString()
The renderer of the JSPBean
Overrides:
toHTMLString in class JSPAbstractContainer
Returns:
java.lang.String