Uses of Interface
org.apache.tapestry5.internal.structure.Page
Packages that use Page
Package
Description
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
Core services
-
Uses of Page in org.apache.tapestry5.corelib.pages
Fields in org.apache.tapestry5.corelib.pages with type parameters of type PageMethods in org.apache.tapestry5.corelib.pages that return types with arguments of type Page -
Uses of Page in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload that return PageModifier and TypeMethodDescriptionPageLoaderImpl.loadPage
(String logicalPageName, ComponentResourceSelector selector) -
Uses of Page in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return PageModifier and TypeMethodDescriptionGets the page via its page name, in the current locale.Returns a loaded instance of the indicated page, using the Locale and other information from theComponentResourceSelector
obtained from theComponentRequestSelectorAnalyzer
.PageSourceImpl.getPage
(String canonicalPageName, boolean invalidateUnknownContext, Set<String> alreadyProcessed) PageRenderQueue.getRenderingPage()
Returns the page that is rendering markup content.PageRenderQueueImpl.getRenderingPage()
PageLoader.loadPage
(String pageName, ComponentResourceSelector selector) Loads the page for the indicated selector.Methods in org.apache.tapestry5.internal.services that return types with arguments of type PageModifier and TypeMethodDescriptionPageSource.getAllPages()
Returns all currently loaded pages.PageSourceImpl.getAllPages()
Methods in org.apache.tapestry5.internal.services with parameters of type PageModifier and TypeMethodDescriptionLinkSource.createComponentEventLink
(Page page, String nestedId, String eventType, boolean forForm, Object... context) Creates a stateful action link.LinkSourceImpl.createComponentEventLink
(Page page, String nestedId, String eventType, boolean forForm, Object... eventContext) PageContentTypeAnalyzer.findContentType
(Page page) Analyzes the meta-data for the page and identifies the correctContentType
(including encoding).PageContentTypeAnalyzerImpl.findContentType
(Page page) void
PageRenderQueue.initializeForCompletePage
(Page page) Initializes the queue for rendering of a complete page.void
PageRenderQueueImpl.initializeForCompletePage
(Page page) MarkupWriterFactoryImpl.newMarkupWriter
(Page page) MarkupWriterFactoryImpl.newPartialMarkupWriter
(Page page) void
PageMarkupRenderer.renderPageMarkup
(Page page, MarkupWriter writer) Initializes the rendering using theMarkupRenderer
pipeline.void
PageMarkupRendererImpl.renderPageMarkup
(Page page, MarkupWriter writer) void
PageResponseRenderer.renderPageResponse
(Page page) void
PageResponseRendererImpl.renderPageResponse
(Page page) void
PageRenderQueue.setRenderingPage
(Page page) Sets the default page that will render the response.void
PageRenderQueueImpl.setRenderingPage
(Page page) -
Uses of Page in org.apache.tapestry5.internal.structure
Classes in org.apache.tapestry5.internal.structure that implement PageMethods in org.apache.tapestry5.internal.structure that return PageModifier and TypeMethodDescriptionComponentPageElement.getContainingPage()
Returns the page which contains this component.ComponentPageElementImpl.getContainingPage()
Constructors in org.apache.tapestry5.internal.structure with parameters of type PageModifierConstructorDescriptionComponentPageElementImpl
(Page page, Instantiator instantiator, ComponentPageElementResources elementResources) Constructor for the root component of a page.InternalComponentResourcesImpl
(Page page, ComponentPageElement element, ComponentResources containerResources, ComponentPageElementResources elementResources, String completeId, String nestedId, Instantiator componentInstantiator, boolean mixin) -
Uses of Page in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type PageModifier and TypeMethodDescriptionMarkupWriterFactory.newMarkupWriter
(Page page) Obtains a markup writer that will render the content for the provided page.MarkupWriterFactory.newPartialMarkupWriter
(Page page) Obtains a markup writer that will render the content for the provided page, configured for partial page rendering (i.e., for a response to an Ajax request).