Package info.bliki.wiki.client.util

Examples of info.bliki.wiki.client.util.Location


      target.setServiceEntryPoint("/wiki");
    }
  }

  public void onModuleLoad() {
    Location loc = WindowUtils.getLocation();
    String title = loc.getParameter("title");
    if (title == null || title.length() == 0) {
      title = getMainArticle();
    }
    // setup wiki engine for preview:
    fWikiFilter = new WikipediaFilter();
View Full Code Here


      target.setServiceEntryPoint("/wiki");
    }
  }

  public void onModuleLoad() {
    Location loc = WindowUtils.getLocation();
    String title = loc.getParameter("title");
    if (title == null || title.length() == 0) {
      title = getMainArticle();
    }
    // setup wiki engine for preview:
    fWikiFilter = new WikipediaFilter();
View Full Code Here

TOP

Related Classes of info.bliki.wiki.client.util.Location

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.