Uses of Class
org.javalite.activeweb.ControllerPath
Packages that use ControllerPath
-
Uses of ControllerPath in org.javalite.activeweb
Methods in org.javalite.activeweb that return ControllerPathModifier and TypeMethodDescriptionprotected ControllerPath
Router.getControllerPathByURI(String uri)
Finds a controller path from URI.Methods in org.javalite.activeweb with parameters of type ControllerPathModifier and TypeMethodDescriptionprotected boolean
RouteBuilder.matches(String requestUri, ControllerPath controllerPath, HttpMethod httpMethod)
Returns true if this route matches the request URI, otherwise returns false.