常量字段值

目录

ai.yue.*

  • ai.yue.library.web.util.servlet.ServletUtils 
    修饰符和类型 常量字段
    public static final String HTTP_TCP_NAME "http://"
    public static final String HTTPS_TCP_NAME "https://"
    public static final String METHOD_DELETE "DELETE"
    public static final String METHOD_GET "GET"
    public static final String METHOD_HEAD "HEAD"
    public static final String METHOD_OPTIONS "OPTIONS"
    public static final String METHOD_POST "POST"
    public static final String METHOD_PUT "PUT"
    public static final String METHOD_TRACE "TRACE"
    public static final String POINTCUT "@annotation(org.springframework.web.bind.annotation.RequestMapping) || @annotation(org.springframework.web.bind.annotation.GetMapping) || @annotation(org.springframework.web.bind.annotation.PostMapping) || @annotation(org.springframework.web.bind.annotation.PutMapping) || @annotation(org.springframework.web.bind.annotation.PatchMapping) || @annotation(org.springframework.web.bind.annotation.DeleteMapping)"