Class PortletURLImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.BaseURLImpl
org.gatein.pc.portlet.impl.jsr168.api.PortletURLImpl
All Implemented Interfaces:
javax.portlet.BaseURL, javax.portlet.PortletURL

public class PortletURLImpl extends BaseURLImpl implements javax.portlet.PortletURL
  • Constructor Details

  • Method Details

    • createActionURL

      public static PortletURLImpl createActionURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
    • createRenderURL

      public static PortletURLImpl createRenderURL(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
    • setWindowState

      public void setWindowState(javax.portlet.WindowState windowState) throws javax.portlet.WindowStateException
      Specified by:
      setWindowState in interface javax.portlet.PortletURL
      Throws:
      javax.portlet.WindowStateException
    • setPortletMode

      public void setPortletMode(javax.portlet.PortletMode portletMode) throws javax.portlet.PortletModeException
      Specified by:
      setPortletMode in interface javax.portlet.PortletURL
      Throws:
      javax.portlet.PortletModeException
    • getPortletMode

      public javax.portlet.PortletMode getPortletMode()
      Specified by:
      getPortletMode in interface javax.portlet.PortletURL
    • getWindowState

      public javax.portlet.WindowState getWindowState()
      Specified by:
      getWindowState in interface javax.portlet.PortletURL
    • removePublicRenderParameter

      public void removePublicRenderParameter(String name)
      Specified by:
      removePublicRenderParameter in interface javax.portlet.PortletURL
    • getContainerURL

      protected BaseURLImpl.InternalContainerURL getContainerURL()
      Specified by:
      getContainerURL in class BaseURLImpl
    • createClone

      protected BaseURLImpl createClone()
      Specified by:
      createClone in class BaseURLImpl
    • filter

      protected void filter(javax.portlet.PortletURLGenerationListener listener)
      Specified by:
      filter in class BaseURLImpl