Class PageRenderLinkSourceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Link createPageRenderLink​(java.lang.Class pageClass)
      Creates a page render link using the page's class to identify the target page, and using the pages normal passivation context (if it has one).
      Link createPageRenderLink​(java.lang.String pageName)
      Creates a page render link using the page's normal passivation context (if it has one).
      Link createPageRenderLinkWithContext​(java.lang.Class pageClass, java.lang.Object... context)
      Creates a page render link using the page's class to identify the target page, and using an override of the page's passivation context (possibly an empty one).
      Link createPageRenderLinkWithContext​(java.lang.Class pageClass, EventContext eventContext)
      Creates a page render link using the page's class to identify the target page, and using an override of the page's passivation context
      Link createPageRenderLinkWithContext​(java.lang.String pageName, java.lang.Object... context)
      Creates a page render link using an override of the page's passivation context (possibly an empty one).
      Link createPageRenderLinkWithContext​(java.lang.String pageName, EventContext eventContext)
      Creates a page render link using an override of the page's passivation context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait