Liferay 6.1.2-ce-ga3

com.liferay.portlet
Interface PortletURLFactory


public interface PortletURLFactory


Method Summary
 LiferayPortletURL create(javax.servlet.http.HttpServletRequest request, String portletName, long plid, String lifecycle)
           
 LiferayPortletURL create(PortletRequest portletRequest, String portletName, long plid, String lifecycle)
           
 

Method Detail

create

LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
                         String portletName,
                         long plid,
                         String lifecycle)

create

LiferayPortletURL create(PortletRequest portletRequest,
                         String portletName,
                         long plid,
                         String lifecycle)

Liferay 6.1.2-ce-ga3