Uses of Interface
org.apache.tapestry5.services.PageRenderLinkSource
Packages that use PageRenderLinkSource
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] REST support classes; API subject to change
Support for testing Tapestry pages
-
Uses of PageRenderLinkSource in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type PageRenderLinkSourceModifier and TypeMethodDescriptionPageCallback.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
Constructors in org.apache.tapestry5.internal with parameters of type PageRenderLinkSourceModifierConstructorDescriptionFormsRequirePostExceptionHandlerAssistant
(ComponentSource componentSource, PageRenderLinkSource linkSource) -
Uses of PageRenderLinkSource in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PageRenderLinkSource -
Uses of PageRenderLinkSource in org.apache.tapestry5.internal.services.rest
Constructors in org.apache.tapestry5.internal.services.rest with parameters of type PageRenderLinkSourceModifierConstructorDescriptionDefaultOpenApiDescriptionGenerator
(OpenApiTypeDescriber typeDescriber, MappedEntityManager mappedEntityManager, BaseURLSource baseUrlSource, SymbolSource symbolSource, ComponentMessagesSource componentMessagesSource, ThreadLocale threadLocale, PageSource pageSource, ComponentClassResolver componentClassResolver, PageRenderLinkSource pageRenderLinkSource, Request request) -
Uses of PageRenderLinkSource in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return PageRenderLinkSourceModifier and TypeMethodDescriptionprotected final PageRenderLinkSource
TapestryTestCase.mockPageRenderLinkSource()