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 ControllerPathRouter.getControllerPathByURI(String uri)Finds a controller path from URI.Methods in org.javalite.activeweb with parameters of type ControllerPathModifier and TypeMethodDescriptionprotected booleanRouteBuilder.matches(String requestUri, ControllerPath controllerPath, HttpMethod httpMethod)Returns true if this route matches the request URI, otherwise returns false.