Examples of DominoConfig


Examples of org.openntf.domino.xsp.config.DominoConfig

      /*
       * We are blocking any extension point contribution to the Library. Agreed to do this way on Sep 30th, 2011 [AC, MK, PR]
       */
      List<ExtlibPluginConfig> _plugins = new ArrayList<ExtlibPluginConfig>();
      // note, sort these plugins alphabetically by className
      _plugins.add(new DominoConfig());
      plugins = _plugins;
    }
    return plugins;
  }
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.