Class IoCLoader

java.lang.Object
com.github.rmannibucau.playx.ioc.IoCLoader
All Implemented Interfaces:
play.ApplicationLoader

public class IoCLoader extends Object implements play.ApplicationLoader
  • Nested Class Summary

    Nested classes/interfaces inherited from interface play.ApplicationLoader

    play.ApplicationLoader.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    play.Application
    load(play.ApplicationLoader.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IoCLoader

      public IoCLoader()
  • Method Details

    • load

      public play.Application load(play.ApplicationLoader.Context context)
      Specified by:
      load in interface play.ApplicationLoader