Return the Context within which this request is being processed. @return the Context within which this request is being processed
()
| 186 | * @return the Context within which this request is being processed |
| 187 | */ |
| 188 | public Context getContext() { |
| 189 | return request.getContext(); |
| 190 | } |
| 191 | |
| 192 | |
| 193 | /** |