Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-594

Add simple PageRenderLinkSource service to allow services to create Links to pages

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.2
    • 5.1.0.2
    • tapestry-core
    • None

    Description

      public interface PageRenderLinkSource
      {
      Link createPageRenderLink(String pageName);

      Link createPageRenderLinkWithContext(String pageName, Object... context);

      Link createPageRenderLink(Class pageClass);

      Link createPageRenderLinkWithContet(Class pageClass, Object... context);
      }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: