|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl
InputDataBeans is a data bean that needs to be initialized by properties passed in by the caller of the JSP.
Field Summary | |
protected TypedProperty |
requestProperties
|
Fields inherited from interface com.ibm.commerce.beans.InputDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
InputDataBeanImpl()
InputDataBeanImpl constructor. |
Method Summary | |
TypedProperty |
getRequestProperties()
getRequestProperties method comment. |
void |
setRequestProperties(TypedProperty param)
setRequestProperties method is used to set the requestProperties associated with the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TypedProperty requestProperties
Constructor Detail |
public InputDataBeanImpl()
Method Detail |
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
setRequestProperties
in interface InputDataBean
TypedProperty
- requestProperties - the set of properties passed to the JSP
page that invokes this data bean,
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |