Home
Package
Class
Method
Package
yalp
.
mvc
.
results
Examples of yalp.mvc.results.Ok
yalp.mvc.results.Ok
200 OK
408
409
410
411
412
413
414
/**
* Send a 200 OK response
*/
protected static
void
ok
() {
throw new
Ok
()
;
}
View Full Code Here
TOP
Related Classes of yalp.mvc.results.Ok
yalp.mvc.Controller
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.