Index

B C G H N 
All Classes and Interfaces|All Packages

B

BaseWebAutoConfiguration - Class in com.codeupsoft.base.web.autoconfigure
Base Web自动配置类 用于Spring Boot自动配置,导入所有Web相关组件.
BaseWebAutoConfiguration(BaseWebProperties) - Constructor for class com.codeupsoft.base.web.autoconfigure.BaseWebAutoConfiguration
 
BaseWebProperties - Class in com.codeupsoft.base.web.properties
Base Web配置属性类.
BaseWebProperties() - Constructor for class com.codeupsoft.base.web.properties.BaseWebProperties
 
BaseWebProperties.Cors - Class in com.codeupsoft.base.web.properties
 

C

com.codeupsoft.base.web.autoconfigure - package com.codeupsoft.base.web.autoconfigure
 
com.codeupsoft.base.web.exception - package com.codeupsoft.base.web.exception
 
com.codeupsoft.base.web.properties - package com.codeupsoft.base.web.properties
 
Cors() - Constructor for class com.codeupsoft.base.web.properties.BaseWebProperties.Cors
 
corsConfigurationSource() - Method in class com.codeupsoft.base.web.autoconfigure.BaseWebAutoConfiguration
配置跨域设置.
corsFilter() - Method in class com.codeupsoft.base.web.autoconfigure.BaseWebAutoConfiguration
配置跨域过滤器.

G

GlobalExceptionHandler - Class in com.codeupsoft.base.web.exception
全局异常处理器 统一处理应用中的各种异常,提供一致的错误响应格式.
GlobalExceptionHandler() - Constructor for class com.codeupsoft.base.web.exception.GlobalExceptionHandler
 

H

handleBaseException(CodeupSoftBaseException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理业务异常.
handleBindException(BindException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理参数绑定异常.
handleConstraintViolationException(ConstraintViolationException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理参数校验异常(方法参数).
handleException(HttpServletRequest, Exception) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理系统异常.
handleHttpMediaTypeNotSupportedException(HttpMediaTypeNotSupportedException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理HTTP媒体类型不支持异常.
handleHttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理HTTP请求方法不支持异常.
handleIllegalArgumentException(IllegalArgumentException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理非法参数异常.
handleMethodArgumentNotValidException(MethodArgumentNotValidException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理参数校验异常(RequestBody).
handleMissingServletRequestParameterException(MissingServletRequestParameterException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理缺少Servlet请求参数异常.
handleNullPointerException(NullPointerException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理空指针异常.
handleNumberFormatException(NumberFormatException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理数字格式异常.
handleServletException(ServletException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理Servlet异常.
handleSqlException(SQLException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理SQL异常.

N

nooResourceFoundException(NoResourceFoundException) - Method in class com.codeupsoft.base.web.exception.GlobalExceptionHandler
处理没有找到资源异常.
B C G H N 
All Classes and Interfaces|All Packages