HttpActionHandler
Nome del tipo: HttpActionHandler
Estende ActionHandler.
Nome |
Tipo |
Descrizione |
codifica |
o MediaObject |
Come codificare l'azione nella richiesta http quando il metodo è POST. |
method |
Metodo HttpRequest |
Indica se utilizzare HTTP GET o POST. GET è l'impostazione predefinita. |
url |
URL |
URL di destinazione da recuperare per completare l'azione. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]