Return the Context within which this Request is being processed. This is available as soon as the appropriate Context is identified. Note that availability of a Context allows getContextPath() to return a value, and thus enables parsing of the request URI. @return the Context mappe
()
| 611 | * @return the Context mapped with the request |
| 612 | */ |
| 613 | public Context getContext() { |
| 614 | return mappingData.context; |
| 615 | } |
| 616 | |
| 617 | |
| 618 | /** |
no outgoing calls