Liferay 6.1.2-ce-ga3

com.liferay.portal.struts
Class StrutsURLEncoder

java.lang.Object
  extended by com.liferay.portal.struts.StrutsURLEncoder
All Implemented Interfaces:
URLEncoder

public class StrutsURLEncoder
extends Object
implements URLEncoder


Constructor Summary
StrutsURLEncoder(String contextPath, String mainPath, String servletMapping, LiferayPortletURL liferayPortletURL)
           
 
Method Summary
 String encodeURL(javax.servlet.http.HttpServletResponse response, String path)
           
static void setParameters(LiferayPortletURL liferayPortletURL, String queryString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsURLEncoder

public StrutsURLEncoder(String contextPath,
                        String mainPath,
                        String servletMapping,
                        LiferayPortletURL liferayPortletURL)
Method Detail

setParameters

public static void setParameters(LiferayPortletURL liferayPortletURL,
                                 String queryString)

encodeURL

public String encodeURL(javax.servlet.http.HttpServletResponse response,
                        String path)
Specified by:
encodeURL in interface URLEncoder

Liferay 6.1.2-ce-ga3