Package org.yaac.client.place

Examples of org.yaac.client.place.BlobPlace


    }
   
    {
      // blobstore
      MenuItem c = new MenuItem(null, constants.categoryBlobstore());
      addChild(c, new BlobPlace(), "Viewer", BlobPlace.URL_TOKEN)//TODO : i18n
      categories.getList().add(c);
    }
   
    {
      // memcache
View Full Code Here

TOP

Related Classes of org.yaac.client.place.BlobPlace

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.