Apache Wicket 8.x Reference Guide"/persons/{personIndex}", httpMethod = HttpMethod.DELETE) public void deletePerson(int personIndex) { //method mapped at subpath "/persons/{personIndex}" and HTTP method DELETE. //Segment {personIndex} we can specify also the HTTP method that must be used to invoke the method via REST (GET, POST, DELETE, PATCH, etc…). This value can be specified with enum class HttpMethod and is GET by default. In0 码力 | 350 页 | 9.95 MB | 1 年前3
Apache Wicket 7.x Reference Guide"/persons/{personIndex}", httpMethod = HttpMethod.DELETE) public void deletePerson(int personIndex) { //method mapped at subpath "/persons/{personIndex}" and HTTP method DELETE. //Segment {personIndex} we can specify also the HTTP method that must be used to invoke the method via REST (GET, POST, DELETE, PATCH, etc…). This value can be specified with enum class HttpMethod and is GET by default. In0 码力 | 346 页 | 10.00 MB | 1 年前3
Apache Wicket 10.x Reference Guide"/persons/{personIndex}", httpMethod = HttpMethod.DELETE) public void deletePerson(int personIndex) { //method mapped at subpath "/persons/{personIndex}" and HTTP method DELETE. //Segment {personIndex} we can specify also the HTTP method that must be used to invoke the method via REST (GET, POST, DELETE, PATCH, etc…). This value can be specified with enum class HttpMethod and is GET by default. In0 码力 | 336 页 | 7.16 MB | 1 年前3
Apache Wicket 9.x Reference Guide"/persons/{personIndex}", httpMethod = HttpMethod.DELETE) public void deletePerson(int personIndex) { //method mapped at subpath "/persons/{personIndex}" and HTTP method DELETE. //Segment {personIndex} we can specify also the HTTP method that must be used to invoke the method via REST (GET, POST, DELETE, PATCH, etc…). This value can be specified with enum class HttpMethod and is GET by default. In0 码力 | 335 页 | 7.15 MB | 1 年前3
共 4 条
- 1













