Uses of Enum Class
org.javalite.activeweb.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.javalite.activeweb
Methods in org.javalite.activeweb that return HttpMethodModifier 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.Methods in org.javalite.activeweb that return types with arguments of type HttpMethodMethods in org.javalite.activeweb with parameters of type HttpMethodModifier 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.Constructors in org.javalite.activeweb with parameters of type HttpMethodModifierConstructorDescriptionEndPointHttpMethod(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)