Uses of Class
com.dyuproject.ioc.config.References

Packages that use References
com.dyuproject.ioc   
com.dyuproject.ioc.config   
 

Uses of References in com.dyuproject.ioc
 

Methods in com.dyuproject.ioc with parameters of type References
 void ApplicationContext.addRefs(References refs)
          Adds References to this context.
 

Uses of References in com.dyuproject.ioc.config
 

Subclasses of References in com.dyuproject.ioc.config
 class OverrideReferences
          A configuration component from a json context file which marks the References as overriden.
 

Methods in com.dyuproject.ioc.config that return References
static References References.getLast(References refs)
          Looks up the References starting from the last.
 

Methods in com.dyuproject.ioc.config with parameters of type References
 void References.addRefs(References refs)
          Add refs to this References object.
static References References.getLast(References refs)
          Looks up the References starting from the last.
static Object References.getRef(String key, References refs)
          Gets a referenced object from the provided refs.
static void References.wrapRefs(References refs, References wrapper)
          Wraps the refs into the wrapper.
 



Copyright © 2008-2013. All Rights Reserved.