类 ApiRequestFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
cn.daimaxia.framework.web.core.filter.ApiRequestFilter
- 所有已实现的接口:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
public abstract class ApiRequestFilter
extends org.springframework.web.filter.OncePerRequestFilter
过滤 /admin-api、/app-api 等 API 请求的过滤器
- 作者:
- ZhaoYang
-
字段概要
字段从类继承的字段 org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX从类继承的字段 org.springframework.web.filter.GenericFilterBean
logger -
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterInternal, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch从类继承的方法 org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
-
字段详细资料
-
webProperties
-
-
构造器详细资料
-
ApiRequestFilter
public ApiRequestFilter()
-
-
方法详细资料
-
shouldNotFilter
protected boolean shouldNotFilter(javax.servlet.http.HttpServletRequest request) - 覆盖:
shouldNotFilter在类中org.springframework.web.filter.OncePerRequestFilter
-