com.ibm.dse.gui.jspbeans
Interface JSPComponent

All Known Subinterfaces:
JSPContainer
All Known Implementing Classes:
JSPAbstractComponent

public interface JSPComponent

JSPComponent interface.


Method Summary
 java.lang.String getDataName()
          Gets the data name.
 java.util.Vector getErrorList()
          Gets the errors list.
 JspContextServices getInterface()
          Gets the interface
 java.lang.Object getProperty(java.lang.String aPropertyName)
          Gets a property.
 void putError(java.lang.String anErrorMessage)
          Puts an error message.
 void setDataName(java.lang.String aName)
          Sets the data name.
 void setInterface(JspContextServices aJSPContextServices)
          Sets the interface.
 void setProperty(java.lang.String aPropertyName, java.lang.Object aPropertyValue)
          Sets a property
 java.lang.String toHTMLString()
          The renderer of the JSPBean
 

Method Detail

getDataName

public java.lang.String getDataName()
Gets the data name.
Returns:
java.lang.String

getErrorList

public java.util.Vector getErrorList()
Gets the errors list.
Returns:
Vector

getInterface

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

getProperty

public java.lang.Object getProperty(java.lang.String aPropertyName)
Gets a property.
Parameters:
aPropertyName - java.lang.String
Returns:
Object

putError

public void putError(java.lang.String anErrorMessage)
Puts an error message.
Parameters:
anErrorMessage - java.lang.String

setDataName

public void setDataName(java.lang.String aName)
Sets the data name.
Parameters:
aName - java.lang.String

setInterface

public void setInterface(JspContextServices aJSPContextServices)
Sets the interface.
Parameters:
aJSPContextServices - com.ibm.dse.cs.html.JspContextServices

setProperty

public void setProperty(java.lang.String aPropertyName,
                        java.lang.Object aPropertyValue)
Sets a property
Parameters:
aPropertyName - java.lang.String
aPropertyValue - java.lang.String

toHTMLString

public java.lang.String toHTMLString()
The renderer of the JSPBean
Returns:
java.lang.String