-
Method Summary
Get a class that contains the values posted by the client.
boolean
Determine if this processing context contains a view object.
void
Set a class map that contains the values posted by the client for use in the BL.
-
Method Details
-
getResponse
Get the Web response.
- Returns:
- The Web response object.
-
hasView
boolean hasView()
Determine if this processing context contains a view object.
- Returns:
true
if the processing context contains a view,
or false
otherwise.
-
getViewData
Get a class that contains the values posted by the client.
Used in the BL to get values by the field guid, control name, control guid.
- Returns:
- The values that were posted by the client, or
null
if no view was restored on the server.
-
setViewData
Set a class map that contains the values posted by the client for use in the BL.