|
||||||||||
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 | |
---|---|
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(String logicalPageName,
ComponentResourceSelector selector)
|
Uses of Page in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services that return Page | |
---|---|
Page |
RequestPageCache.get(String pageName)
Gets the page via its page name, in the current locale. |
Page |
NonPoolingRequestPageCacheImpl.get(String pageName)
|
Page |
PageSourceImpl.getPage(String canonicalPageName)
|
Page |
PageSource.getPage(String canonicalPageName)
Returns a loaded instance of the indicated page, using the Locale and other information from the ComponentResourceSelector obtained from the ComponentRequestSelectorAnalyzer . |
Page |
PageRenderQueue.getRenderingPage()
Returns the page that is rendering markup content. |
Page |
PageRenderQueueImpl.getRenderingPage()
|
Page |
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 Page | |
---|---|
Set<Page> |
PageSourceImpl.getAllPages()
|
Set<Page> |
PageSource.getAllPages()
Returns all currently loaded pages. |
Methods in org.apache.tapestry5.internal.services with parameters of type Page | |
---|---|
Link |
LinkSource.createComponentEventLink(Page page,
String nestedId,
String eventType,
boolean forForm,
Object... context)
Creates a stateful action link. |
Link |
LinkSourceImpl.createComponentEventLink(Page page,
String nestedId,
String eventType,
boolean forForm,
Object... eventContext)
|
ContentType |
PageContentTypeAnalyzerImpl.findContentType(Page page)
|
ContentType |
PageContentTypeAnalyzer.findContentType(Page page)
Analyzes the meta-data for the page and identifies the correct ContentType
(including encoding). |
void |
ActionRenderResponseGeneratorImpl.generateResponse(Page page)
|
void |
ImmediateActionRenderResponseGenerator.generateResponse(Page page)
|
void |
ActionRenderResponseGenerator.generateResponse(Page page)
|
void |
PageRenderQueue.initializeForCompletePage(Page page)
Initializes the queue for rendering of a complete page. |
void |
PageRenderQueueImpl.initializeForCompletePage(Page page)
|
static 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 |
ComponentPageElementImpl.getContainingPage()
|
Page |
ComponentPageElement.getContainingPage()
Returns the page which contains this component. |
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,
String completeId,
String nestedId,
Instantiator componentInstantiator,
boolean mixin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |