Package org.encuestame.utils

Examples of org.encuestame.utils.ShortUrlProvider


     * Check the required
     * @return
     */
    public String preCheckSetup(){
        final String shortD = EnMePlaceHolderConfigurer.getProperty("short.default");
        final ShortUrlProvider provider = ShortUrlProvider.get(shortD);
        final String oURL = "http://www.google.es";
        final String shorterUrl = WidgetUtil.createShortUrl(provider, oURL);
        if (shorterUrl == oURL) {
            return "no";
        }
View Full Code Here

TOP

Related Classes of org.encuestame.utils.ShortUrlProvider

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.