Uses of Class
org.javalite.activeweb.RouteBuilder
Packages that use RouteBuilder
-
Uses of RouteBuilder in org.javalite.activeweb
Methods in org.javalite.activeweb that return RouteBuilderModifier and TypeMethodDescriptionName of action to which a route is mapped in the underscore format.RouteBuilder.delete()
Specifies that this route is mapped to HTTP DELETE method.RouteBuilder.get()
Specifies that this route is mapped to HTTP GET method.RouteBuilder.options()
Specifies that this route is mapped to HTTP OPTIONS method.RouteBuilder.patch()
Specifies that this route is mapped to HTTP PATCH method.RouteBuilder.post()
Specifies that this route is mapped to HTTP POST method.RouteBuilder.put()
Specifies that this route is mapped to HTTP PUT method.<T extends AppController>
RouteBuilderAllows to wire a route to a controller.Methods in org.javalite.activeweb that return types with arguments of type RouteBuilderMethod parameters in org.javalite.activeweb with type arguments of type RouteBuilderModifier and TypeMethodDescriptionvoid
Router.setRoutes(List<RouteBuilder> routes)
Sets custom routesConstructors in org.javalite.activeweb with parameters of type RouteBuilder