Class SpringTranscriptDataProviderRegistry

java.lang.Object
org.openurp.edu.grade.transcript.service.impl.SpringTranscriptDataProviderRegistry
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class SpringTranscriptDataProviderRegistry extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
基于spring的过滤器注册表
  • Constructor Details

    • SpringTranscriptDataProviderRegistry

      public SpringTranscriptDataProviderRegistry()
  • 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
    • getProvider

      public TranscriptDataProvider getProvider(String name)
    • getProviders

      public List<TranscriptDataProvider> getProviders(String name)