Class WingsDomainExtendFilter
-
- All Implemented Interfaces:
-
jakarta.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.Ordered,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
public class WingsDomainExtendFilter extends OncePerRequestFilter implements Ordered- Since:
2019-11-16
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static intORDERpublic intorderpublic final Map<String, List<Array<String>>>hostWildcardpublic final DomainRequestMatcherdomainRequestMatcherpublic final static StringALREADY_FILTERED_SUFFIXpublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCEpublic Environmentenvironmentprotected ServletContextservletContextpublic FilterConfigfilterConfig
-
Constructor Summary
Constructors Constructor Description WingsDomainExtendFilter(Map<String, List<Array<String>>> hostWildcard, DomainRequestMatcher domainRequestMatcher)
-
Method Summary
Modifier and Type Method Description intgetOrder()voidsetOrder(int order)Map<String, List<Array<String>>>getHostWildcard()DomainRequestMatchergetDomainRequestMatcher()-
Methods inherited from class org.springframework.web.filter.GenericFilterBean
afterPropertiesSet, destroy, getEnvironment, getFilterConfig, init, setBeanName, setEnvironment, setServletContext -
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter -
Methods inherited from class org.springframework.core.Ordered
getOrder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrder
int getOrder()
-
setOrder
void setOrder(int order)
-
getDomainRequestMatcher
DomainRequestMatcher getDomainRequestMatcher()
-
-
-
-