类 XssUriRegexGatewayFilterFactory

java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<XssUriRegexGatewayFilterFactory.Config>
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<XssUriRegexGatewayFilterFactory.Config>
cn.bbwres.biscuit.gateway.filters.xss.XssUriRegexGatewayFilterFactory
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<XssUriRegexGatewayFilterFactory.Config>, org.springframework.cloud.gateway.support.Configurable<XssUriRegexGatewayFilterFactory.Config>, org.springframework.cloud.gateway.support.ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware

public class XssUriRegexGatewayFilterFactory extends org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<XssUriRegexGatewayFilterFactory.Config>
xss 过滤器
版本:
$Id: $Id
作者:
zhanglinfeng
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static class 
     

    从类继承的嵌套类/接口 org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

    org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig

    从接口继承的嵌套类/接口 org.springframework.cloud.gateway.support.ShortcutConfigurable

    org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayEvaluationContext, org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor, org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
    Regex key.

    从接口继承的字段 org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    NAME_KEY, VALUE_KEY
  • 构造器概要

    构造器
    构造器
    说明
    XssUriRegexGatewayFilterFactory(org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer)
    Constructor for XssUriRegexGatewayFilterFactory.
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.cloud.gateway.filter.GatewayFilter

    从类继承的方法 org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

    enableBodyCaching, getPublisher, setApplicationEventPublisher

    从类继承的方法 org.springframework.cloud.gateway.support.AbstractConfigurable

    getConfigClass, newConfig, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    从接口继承的方法 org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    apply, apply, apply, getConfigClass, name, newConfig

    从接口继承的方法 org.springframework.cloud.gateway.support.ShortcutConfigurable

    shortcutFieldPrefix, shortcutType
  • 字段详细资料

  • 构造器详细资料

    • XssUriRegexGatewayFilterFactory

      public XssUriRegexGatewayFilterFactory(org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer)

      Constructor for XssUriRegexGatewayFilterFactory.

      参数:
      serverCodecConfigurer - a ServerCodecConfigurer object
  • 方法详细资料