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 | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
protected
TypedProperty |
requestProperties The request properties. |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
InputDataBeanImpl() Create a Input DataBean. |
Method Summary | |
---|---|
TypedProperty |
getRequestProperties() Returns the request properties of the databean. |
void |
setRequestProperties(
TypedProperty param) 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 |
---|
public static final java.lang.String COPYRIGHT
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
java.lang.Exception
- if there is a problem when setting the
request properties. This particular method should not throw any exception
because it just stores the request properties.