Class PortletURLRenderer

java.lang.Object
org.gatein.pc.test.controller.unit.PortletURLRenderer

public class PortletURLRenderer extends Object
A class that is able to create portlet URL
  • Constructor Summary

    Constructors
    Constructor
    Description
    PortletURLRenderer(org.gatein.pc.controller.state.PageNavigationalState pageNS, jakarta.servlet.http.HttpServletRequest clientReq, jakarta.servlet.http.HttpServletResponse clientResp, org.gatein.common.io.Serialization<org.gatein.pc.controller.state.PageNavigationalState> serialization)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    renderURL(String windowId, org.gatein.pc.api.ContainerURL containerURL, org.gatein.pc.api.URLFormat format)
     
    renderURL(org.gatein.pc.api.URLFormat format)
     

    Methods inherited from class java.lang.Object

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

    • PortletURLRenderer

      public PortletURLRenderer(org.gatein.pc.controller.state.PageNavigationalState pageNS, jakarta.servlet.http.HttpServletRequest clientReq, jakarta.servlet.http.HttpServletResponse clientResp, org.gatein.common.io.Serialization<org.gatein.pc.controller.state.PageNavigationalState> serialization)
  • Method Details

    • renderURL

      public String renderURL(org.gatein.pc.api.URLFormat format)
    • renderURL

      public String renderURL(String windowId, org.gatein.pc.api.ContainerURL containerURL, org.gatein.pc.api.URLFormat format)