Package jfun.yan

Examples of jfun.yan.Creator


   */
  public Map preInstantiate(Container container, Map store){
    final UID[] keys = getOrderedUIDs();
    for(int i=0; i<keys.length; i++){
      final UID key = keys[i];
      final Creator c = (Creator)eager_instantiations.get(key);
      store.put(key, container.instantiateComponent(key, c));
    }
    return store;
  }
View Full Code Here

TOP

Related Classes of jfun.yan.Creator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.