1 package org.exoplatform.services.portletcontainer.helper;2 3 /**4 * Copyright 2001-2003 The eXo platform SARL All rights reserved.5 * Please look at license.txt in info directory for more license detail.6 **/7 8 /**9 * Created by the Exo Development team.10 * Author : Tuan Nguyen11 * tuan08@users.sourceforge.net12 * Date: 19 nov. 200313 * Time: 00:12:0414 */15 public interface URLEncoder {16 17 String encodeURL(String url) ;18 19 }20