Class SpringGradeFilterRegistry

java.lang.Object
org.openurp.edu.grade.course.service.impl.SpringGradeFilterRegistry
All Implemented Interfaces:
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的过滤器注册表
  • Constructor Details

    • SpringGradeFilterRegistry

      public SpringGradeFilterRegistry()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getFilter

      public GradeFilter getFilter(String name)
      Specified by:
      getFilter in interface GradeFilterRegistry
    • getFilters

      public List<GradeFilter> getFilters(String name)
      Specified by:
      getFilters in interface GradeFilterRegistry