Package pt.webdetails.cdf.dd.extapi

Examples of pt.webdetails.cdf.dd.extapi.ICdeApiPathProvider


    IUrlProvider urlProvider = CdeEngine.getEnv().getPluginEnv().getUrlProvider();
    final String apiPath = urlProvider.getPluginBaseUrl();
    tokens.put( CdeConstants.SERVER_URL_TAG, apiPath );
    // external api
    ICdeApiPathProvider extApi = CdeEngine.getEnv().getExtApi();
    tokens.put( CdeConstants.DATA_URL_TAG, CdeEngine.getInstance().getEnvironment().getApplicationBaseContentUrl()
        + "Syncronize" );

    tokens.put( CdeConstants.Tags.Api.RENDERER, extApi.getRendererBasePath() );
    return tokens;
  }
View Full Code Here

TOP

Related Classes of pt.webdetails.cdf.dd.extapi.ICdeApiPathProvider

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.