T - 安全策略配置类型public abstract class AbstractStrategyFilter<T extends Strategy> extends java.lang.Object implements StrategyFilter<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected int |
priority |
protected java.lang.Class<T> |
strategyClass |
logger| 构造器和说明 |
|---|
AbstractStrategyFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
java.lang.Class<T> |
getStrategyClass() |
int |
priority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultStrategy, loadCurrentStrategy, loadCurrentStrategy, loadStrategyMap, strategyClass, supportprotected org.springframework.context.ApplicationContext applicationContext
protected int priority
public org.springframework.context.ApplicationContext getApplicationContext()
getApplicationContext 在接口中 StrategyFilter<T extends Strategy>public int priority()
priority 在接口中 StrategyFilter<T extends Strategy>public java.lang.Class<T> getStrategyClass()
getStrategyClass 在接口中 StrategyFilter<T extends Strategy>