Examples of WikiStorage


Examples of com.piki.client.storage.WikiStorage

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

Examples of com.piki.client.storage.WikiStorage

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

  public WikiPageDAOAsynImpl(FormatServiceAsync formatService) {
    this(new WikiStorage(), formatService);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.