Class PortletURLFactoryImpl

Object
com.liferay.portlet.internal.PortletURLFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.PortletURLFactory

public class PortletURLFactoryImpl extends Object implements com.liferay.portal.kernel.portlet.PortletURLFactory
Author:
Brian Wing Shun Chan, Neil Griffin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, long plid, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, long plid, String lifecycle, MimeResponse.Copy copy)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, String portletId, long plid, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, String portletId, long plid, String lifecycle, MimeResponse.Copy copy)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, String portletId, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(PortletRequest portletRequest, String portletId, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, long plid, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
     
    com.liferay.portal.kernel.portlet.LiferayPortletURL
    create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, String lifecycle)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortletURLFactoryImpl

      public PortletURLFactoryImpl()
  • Method Details

    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle, MimeResponse.Copy copy)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, long plid, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, long plid, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet, long plid, String lifecycle, MimeResponse.Copy copy)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, long plid, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, long plid, String lifecycle, MimeResponse.Copy copy)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
    • create

      public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, String lifecycle)
      Specified by:
      create in interface com.liferay.portal.kernel.portlet.PortletURLFactory