缅甸赌场腾龙娱乐游戏链接 xs10159.com
lass CustomActionMatcherFactory : ActionMatcherFactory { companion object { const val TYPE = "" } override val type: String get() = TYPE override fun create(configuration: Configuration): ConditionMatcher { return CustomActionMatcher(configuration) }}class CustomActionMatcher(override val configuration: Configuration) : ActionMatcher { override val type: String get() = CustomActionMatcherFactory.TYPE override fun match(request: Request, securityContext: SecurityContext): Boolean { //Custom matching logic }
页:
[1]