|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
org.apache.tapestry5.corelib.pages | The set of core pages available in all Tapestry applications |
org.apache.tapestry5.internal.pageload | [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.structure | [INTERNAL USE ONLY] page structure implementation details; API subject to change. |
Uses of Page in org.apache.tapestry5.corelib.pages |
---|
Methods in org.apache.tapestry5.corelib.pages that return types with arguments of type Page | |
---|---|
java.util.Collection<Page> |
PageCatalog.getPages()
|
Uses of Page in org.apache.tapestry5.internal.pageload |
---|
Methods in org.apache.tapestry5.internal.pageload that return Page | |
---|---|
Page |
PageLoaderImpl.loadPage(java.lang.String logicalPageName,
ComponentResourceSelector selector)
|
Uses of Page in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services that return Page | |
---|---|
Page |
NonPoolingRequestPageCacheImpl.get(java.lang.String pageName)
|
Page |
RequestPageCache.get(java.lang.String pageName)
Gets the page via its page name, in the current locale. |
Page |
PageSource.getPage(java.lang.String canonicalPageName)
Returns a loaded instance of the indicated page, using the Locale and other information from the ComponentResourceSelector obtained from the ComponentRequestSelectorAnalyzer . |
Page |
PageSourceImpl.getPage(java.lang.String canonicalPageName)
|
Page |
PageRenderQueue.getRenderingPage()
Returns the page that is rendering markup content. |
Page |
PageRenderQueueImpl.getRenderingPage()
|
Page |
PageLoader.loadPage(java.lang.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 Page | |
---|---|
java.util.Set<Page> |
PageSource.getAllPages()
Returns all currently loaded pages. |
java.util.Set<Page> |
PageSourceImpl.getAllPages()
|
Methods in org.apache.tapestry5.internal.services with parameters of type Page | |
---|---|
Link |
LinkSource.createComponentEventLink(Page page,
java.lang.String nestedId,
java.lang.String eventType,
boolean forForm,
java.lang.Object... context)
Creates a stateful action link. |
Link |
LinkSourceImpl.createComponentEventLink(Page page,
java.lang.String nestedId,
java.lang.String eventType,
boolean forForm,
java.lang.Object... eventContext)
|
ContentType |
PageContentTypeAnalyzer.findContentType(Page page)
Analyzes the meta-data for the page and identifies the correct ContentType
(including encoding). |
ContentType |
PageContentTypeAnalyzerImpl.findContentType(Page page)
|
void |
ActionRenderResponseGenerator.generateResponse(Page page)
|
void |
ActionRenderResponseGeneratorImpl.generateResponse(Page page)
|
void |
ImmediateActionRenderResponseGenerator.generateResponse(Page page)
|
void |
PageRenderQueue.initializeForCompletePage(Page page)
Initializes the queue for rendering of a complete page. |
void |
PageRenderQueueImpl.initializeForCompletePage(Page page)
|
static java.lang.String |
ServicesMessages.noMarkupFromPageRender(Page page)
|
void |
PageMarkupRenderer.renderPageMarkup(Page page,
MarkupWriter writer)
Initializes the rendering using the MarkupRenderer 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 Page | |
---|---|
class |
PageImpl
|
Methods in org.apache.tapestry5.internal.structure that return Page | |
---|---|
Page |
ComponentPageElement.getContainingPage()
Returns the page which contains this component. |
Page |
ComponentPageElementImpl.getContainingPage()
|
Constructors in org.apache.tapestry5.internal.structure with parameters of type Page | |
---|---|
ComponentPageElementImpl(Page page,
Instantiator instantiator,
ComponentPageElementResources elementResources,
Request request,
SymbolSource symbolSource)
Constructor for the root component of a page. |
|
InternalComponentResourcesImpl(Page page,
ComponentPageElement element,
ComponentResources containerResources,
ComponentPageElementResources elementResources,
java.lang.String completeId,
java.lang.String nestedId,
Instantiator componentInstantiator,
boolean mixin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |