Package com.esri.gpt.control.search.browse

Examples of com.esri.gpt.control.search.browse.TocFactory


  if (_tocCollection != null) {
    return _tocCollection;
  } else {
    TocCollection tocs;
    try {
      TocFactory factory = new TocFactory();
      tocs = factory.loadTocConfig();
      String cacheOpt = Val.chkStr(this.getParameters().getValue("cacheTocDefinitions"));
      if (!cacheOpt.equalsIgnoreCase("false")) {
        _tocCollection = tocs;
      }
      return tocs;
View Full Code Here

TOP

Related Classes of com.esri.gpt.control.search.browse.TocFactory

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.