Class SpringDataProcessingStack

java.lang.Object
net.n2oapp.framework.engine.modules.stack.DataProcessingStack
net.n2oapp.framework.engine.modules.stack.SpringDataProcessingStack
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SpringDataProcessingStack extends DataProcessingStack implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • SpringDataProcessingStack

      public SpringDataProcessingStack()
  • 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
    • findModules

      protected List<DataProcessing> findModules()
      Specified by:
      findModules in class DataProcessingStack