public interface InputDataBean extends DataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Modifier and Type | Method and Description |
---|---|
TypedProperty |
getRequestProperties()
This method returns the request properties of the data bean.
|
void |
setRequestProperties(TypedProperty param)
This method sets the
requestProperties object associated
with the data bean. |
static final java.lang.String COPYRIGHT
TypedProperty getRequestProperties()
void setRequestProperties(TypedProperty param) throws java.lang.Exception
requestProperties
object associated
with the data bean. If the requestProperties
object is null when the
activate
method of the DataBeanManager
object is invoked, the
DataBeanManager
object uses the requestProperties
set in the request.requestProperties
- The set of properties passed to the JSP page that invokes this data bean.java.lang.Exception
- Thrown 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.