Class DevMode404NotFound
java.lang.Object
dev.voidframework.web.http.errorhandler.errorpage.DevMode404NotFound
Generates a "404 Not Found" page when development mode is enabled. The template
engine is not used, as it is not guaranteed to be available or compatible.
-
Method Summary
-
Method Details
-
render
Render template.- Parameters:
requestMethod- The request method (ie: GET)requestUri- The request URIrouteList- The available routes- Returns:
- The rendered template
-