Interface ContextService

  • All Superinterfaces:
    org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware
    All Known Implementing Classes:
    SimpleGencoService

    public interface ContextService
    extends org.springframework.context.ApplicationContextAware
    Services that implement this interface can serve as a conduit allowing model elements to access Spring services by name.
    Author:
    John Collins
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object getBean​(String beanName)
      Retrieves a Spring component instance by name
      • Methods inherited from interface org.springframework.context.ApplicationContextAware

        setApplicationContext
    • Method Detail

      • getBean

        Object getBean​(String beanName)
        Retrieves a Spring component instance by name