类 SpringGradeFilterRegistry

java.lang.Object
org.openurp.edu.grade.course.service.impl.SpringGradeFilterRegistry
所有已实现的接口:
GradeFilterRegistry, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class SpringGradeFilterRegistry extends Object implements GradeFilterRegistry, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
基于spring的过滤器注册表
  • 构造器详细资料

    • SpringGradeFilterRegistry

      public SpringGradeFilterRegistry()
  • 方法详细资料

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      抛出:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • getFilter

      public GradeFilter getFilter(String name)
      指定者:
      getFilter 在接口中 GradeFilterRegistry
    • getFilters

      public List<GradeFilter> getFilters(String name)
      指定者:
      getFilters 在接口中 GradeFilterRegistry