public class InputDataBeanImpl extends java.lang.Object implements InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
InputDataBeanImpl()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty |
getRequestProperties()
This method gets the request properties of the data bean.
|
void |
setRequestProperties(TypedProperty param)
This method sets the request properties associated with the data bean.
|
public static final java.lang.String COPYRIGHT
public InputDataBeanImpl()
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
TypedPropery
object. If the TypedPropery
object is null when the
activate
method of the DataBeanManager
object is invoked, the
DataBeanManager
object uses the request properties from the request.setRequestProperties
in interface InputDataBean
param
- This is an object that represents the set of properties passed to the JSP page that invokes this data bean.java.lang.Exception
- This is thrown if there is a problem setting the request properties. This
particular method should not throw any exceptions because it just stores the request properties.