com.liferay.portal.struts
Class StrutsURLEncoder
java.lang.Object
com.liferay.portal.struts.StrutsURLEncoder
- All Implemented Interfaces:
- com.liferay.portal.kernel.servlet.URLEncoder
public class StrutsURLEncoder
- extends Object
- implements com.liferay.portal.kernel.servlet.URLEncoder
|
Method Summary |
String |
encodeURL(javax.servlet.http.HttpServletResponse response,
String path)
|
static void |
setParameters(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL,
String queryString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsURLEncoder
public StrutsURLEncoder(String contextPath,
String mainPath,
String servletMapping,
com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL)
setParameters
public static void setParameters(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL,
String queryString)
encodeURL
public String encodeURL(javax.servlet.http.HttpServletResponse response,
String path)
- Specified by:
encodeURL in interface com.liferay.portal.kernel.servlet.URLEncoder