Package org.mmisw.orrportal.gwt.client.rpc

Examples of org.mmisw.orrportal.gwt.client.rpc.PortalBaseInfo


  public PortalBaseInfo getBaseInfo() {
    return portalBaseInfo;
  }
 
  private PortalBaseInfo _prepareBaseInfo() {
    PortalBaseInfo pbi = new PortalBaseInfo();
    pbi.setAppServerUrl(PortalConfig.Prop.APPSERVER_HOST.getValue());
    pbi.setOntServiceUrl(PortalConfig.Prop.ONT_SERVICE_URL.getValue());
    pbi.setOntbrowserServiceUrl(PortalConfig.Prop.ONTBROWSER_SERVICE_URL.getValue());
    pbi.setGaUaNumber(PortalConfig.Prop.GA_UA_NUMBER.getValue());
    log.info("portal base info: done.");
    return pbi;
  }
View Full Code Here

TOP

Related Classes of org.mmisw.orrportal.gwt.client.rpc.PortalBaseInfo

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.