Package com.piki.client.storage

Examples of com.piki.client.storage.WikiStorage


  /**
   * default constructor
   */
  public WikiPageDAOAsynImpl() {
    this(new WikiStorage(), (FormatServiceAsync) GWT
        .create(FormatService.class));
  }
View Full Code Here


    this(new WikiStorage(), (FormatServiceAsync) GWT
        .create(FormatService.class));
  }

  public WikiPageDAOAsynImpl(FormatServiceAsync formatService) {
    this(new WikiStorage(), formatService);
  }
View Full Code Here

TOP

Related Classes of com.piki.client.storage.WikiStorage

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.