Uses of Enum Class
org.javalite.activeweb.HttpMethod
-
Uses of HttpMethod in org.javalite.activeweb
Modifier and TypeMethodDescriptionEndPointHttpMethod.getHttpMethod()
Route.getHttpMethod()
static HttpMethod
HttpMethod.method(Annotation annotation)
Detects a method from annotationstatic HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected boolean
RouteBuilder.matches(String requestUri, org.javalite.activeweb.ControllerPath controllerPath, HttpMethod httpMethod)
Returns true if this route matches the request URI, otherwise returns false.ModifierConstructorDescriptionEndPointHttpMethod(HttpMethod httpMethod, String httpMethodAPI)
Route(AppController controller, String actionName, String id, HttpMethod method)
Route(AppController controller, String actionName, HttpMethod method)
Route(RouteBuilder builder, HttpMethod method, boolean custom)