HttpActionHandler
Nazwa typu: HttpActionHandler
Rozszerza element ActionHandler
Nazwa |
Typ |
Opis |
kodowanie |
lub MediaObject |
Jak zakodować działanie do żądania HTTP, gdy jest to metoda POST. |
method |
Metoda HTTP |
Określa, czy stosować protokół GET HTTP czy POST. Domyślna opcja to GET. |
url (adres URL) |
Adres URL |
Docelowy URL do pobrania w celu ukończenia działania. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["`HttpActionHandler` extends the `ActionHandler` and is used for actions involving HTTP requests."],["It defines how to encode the action, the HTTP method (GET or POST), and the target URL for the action."],["`encoding` specifies how the action is encoded in the request, `method` determines whether to use GET or POST, and `url` provides the target URL."]]],[]]