Uses of Interface
org.apache.tapestry5.services.PageRenderLinkSource
-
Packages that use PageRenderLinkSource Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of PageRenderLinkSource in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type PageRenderLinkSource Modifier and Type Method Description Link
PageCallback. toLink(PageRenderLinkSource linkSource)
Converts the callback (the page name and activation context) to a link; such a link may be returned from a event handler method to cause Tapestry to redirect to the page. -
Uses of PageRenderLinkSource in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PageRenderLinkSource Modifier and Type Class Description class
PageRenderLinkSourceImpl
-
Uses of PageRenderLinkSource in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return PageRenderLinkSource Modifier and Type Method Description protected PageRenderLinkSource
TapestryTestCase. mockPageRenderLinkSource()
-