Returns whether the context is configured to include a response body as part of a redirect response. @return true if the context is configured to include a response body as part of a redirect response
()
| 1539 | * @return {@code true} if the context is configured to include a response body as part of a redirect response |
| 1540 | */ |
| 1541 | boolean getSendRedirectBody(); |
| 1542 | |
| 1543 | /** |
| 1544 | * Returns the Loader with which this Context is associated. |
no outgoing calls
no test coverage detected