Package org.javalite.activeweb.annotations


package org.javalite.activeweb.annotations
ActiveWeb controller annotations, see Controllers and Routing.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Mark an action of a controller with this annotation to receive an HTTP DELETE request.
    This annotation is for automatic reply to HTTP requests in case validation did not pass.
    Mark an action of a controller with this annotation to receive an HTTP GET request.
    Mark an action of a controller with this annotation to receive an HTTP HEAD request.
    Mark an action of a controller with this annotation to receive an HTTP OPTIONS request.
    Mark an action of a controller with this annotation to receive an HTTP POST request.
    Mark an action of a controller with this annotation to receive an HTTP POST request.
    Mark an action of a controller with this annotation to receive an HTTP PUT request.
    This annotations is to signify that a controller will be providing actions for RESTful routes.