Interface ComponentContainer

All Known Subinterfaces:
ComponentFactory
All Known Implementing Classes:
AnnotationApplicationContext, AnnotationComponentFactory, ApplicationContext

public interface ComponentContainer
  • Method Details

    • containsComponent

      boolean containsComponent(String componentClass)
    • getComponent

      Object getComponent(String componentClass)
    • getComponents

      Map<String,Object> getComponents()