Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.dom |
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
Document |
MarkupWriter.getDocument()
Returns the Document into which this writer creates elements or other nodes.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.comment(String text)
Adds the comment and returns this document for further construction.
|
Document |
Element.getDocument() |
Document |
Node.getDocument() |
Document |
Document.getDocument() |
Document |
Document.raw(String text)
Adds the raw text and returns this document for further construction.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.toMarkup(Document document,
PrintWriter writer,
Map<String,String> namespaceURIToPrefix) |
Modifier and Type | Method and Description |
---|---|
Document |
MarkupWriterImpl.getDocument() |
Document |
PageDocumentGeneratorImpl.render(String logicalPageName) |
Document |
PartialTemplateRendererImpl.renderAsDocument(Object object) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentLinkerImpl.updateDocument(Document document)
Updates the supplied Document, possibly adding <head> or <body> elements.
|
Modifier and Type | Method and Description |
---|---|
Document |
TestableResponse.getRenderedDocument()
Allows access to the rendered document.
|
Document |
TestableResponseImpl.getRenderedDocument() |
Modifier and Type | Method and Description |
---|---|
void |
TestableResponse.setRenderedDocument(Document document)
Invoked as part of the rendering pipeline to store the final rendered Document object.
|
void |
TestableResponseImpl.setRenderedDocument(Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
PageDocumentGenerator.render(String logicalPageName)
Renders the page.
|
Document |
PartialTemplateRenderer.renderAsDocument(Object object)
Renders an object to a
Document following the same rules as PartialTemplateRenderer.render(Object)
This method supposes any kind of initialization needed
was already done. |
Modifier and Type | Method and Description |
---|---|
Document |
PageTester.clickLink(Element linkElement)
Simulates a click on a link.
|
Document |
PageTester.clickSubmit(Element submitButton,
Map<String,String> fieldValues)
Simulates a submission of the form by clicking the specified submit button.
|
Document |
PageTester.renderPage(String pageName)
Renders a page specified by its name.
|
Document |
PageTester.submitForm(Element form,
Map<String,String> parameters)
Simulates a submission of the form specified.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.