@Scriptable public interface IHttpProcessingContext extends IRequestProcessingContext
Modifier and Type | Method and Description |
---|---|
IServerBridgeResponse |
getResponse()
Get the Web response.
|
Map<QName,IValueHolder<?>> |
getView()
Get a map that contains the values posted by the client.
|
IViewData |
getViewData()
Get a class that contains the values posted by the client.
|
boolean |
hasView()
Determine if this processing context contains a view object.
|
void |
setViewData(IViewData p_view)
Set a class map that contains the values posted by the client for use in the BL.
|
getRequest
getContextValueProvider
IServerBridgeResponse getResponse()
boolean hasView()
true
if the processing context contains a view,
or false
otherwise.Map<QName,IValueHolder<?>> getView()
null
if no view was restored on the server.IViewData getViewData()
null
if no view was restored on the server.void setViewData(IViewData p_view)