Liferay 6.2-ce-ga5

com.liferay.portlet
Interface PortletURLFactory


public interface PortletURLFactory


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

Method Detail

create

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

create

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

Liferay 6.2-ce-ga5