Interface ServiceProvider

All Known Implementing Classes:
ServiceProviderImpl

public interface ServiceProvider
A ServiceProvider provides access to injected Spring components for not managed classes.
Author:
Heiko Scherrer
  • Method Details

    • getProductService

      ProductService getProductService()
      Get a reference to the ProductService.
      Returns:
      Ihe instance
    • getTranslator

      org.ameba.i18n.Translator getTranslator()
      Get a reference to the Translator.
      Returns:
      Ihe instance