HttpActionHandler
Typname: HttpActionHandler
Erweitert ActionHandler
Name |
Typ |
Beschreibung |
encoding |
oder MediaObject |
So wird die Aktion in die HTTP-Anfrage codiert, wenn die Methode POST ist. |
method |
HttpRequestMethod |
Gibt an, ob HTTP GET oder POST verwendet werden soll. GET ist die Standardeinstellung. |
url |
URL |
Ziel-URL, die abgerufen werden soll, um die Aktion abzuschließen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]