Insert the value at the specified point in the template uri. This method is poorly named has undocumented behavior. When the value contains a fully qualified http request url, the value is always inserted at the beginning of the uri. Due to this, use of this method is not recommended and rem
(int pos, CharSequence value)
| 422 | * @deprecated see {@link RequestTemplate#target(String)} |
| 423 | */ |
| 424 | @SuppressWarnings("unused") |
| 425 | @Deprecated |
| 426 | public RequestTemplate insert(int pos, CharSequence value) { |
| 427 | return target(value.toString()); |
| 428 | } |
| 429 | |
| 430 | /** |
| 431 | * Set the Uri for the request, replacing the existing uri if set. |