Interface ContextService

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware

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

    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 Details