Uses of Class
org.apache.tapestry5.dom.Document
Packages that use Document
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
Core services
Support for testing Tapestry pages
-
Uses of Document in org.apache.tapestry5
Methods in org.apache.tapestry5 that return DocumentModifier and TypeMethodDescriptionMarkupWriter.getDocument()
Returns the Document into which this writer creates elements or other nodes. -
Uses of Document in org.apache.tapestry5.dom
Methods in org.apache.tapestry5.dom that return DocumentModifier and TypeMethodDescriptionAdds the comment and returns this document for further construction.Document.getDocument()
Element.getDocument()
Node.getDocument()
Adds the raw text and returns this document for further construction.Methods in org.apache.tapestry5.dom with parameters of type Document -
Uses of Document in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return DocumentModifier and TypeMethodDescriptionMarkupWriterImpl.getDocument()
PartialTemplateRendererImpl.renderAsDocument
(Object object) Methods in org.apache.tapestry5.internal.services with parameters of type DocumentModifier and TypeMethodDescriptionvoid
DocumentLinkerImpl.updateDocument
(Document document) Updates the supplied Document, possibly adding <head> or <body> elements. -
Uses of Document in org.apache.tapestry5.internal.test
Methods in org.apache.tapestry5.internal.test that return DocumentModifier and TypeMethodDescriptionTestableResponse.getRenderedDocument()
Allows access to the rendered document.TestableResponseImpl.getRenderedDocument()
Methods in org.apache.tapestry5.internal.test with parameters of type DocumentModifier and TypeMethodDescriptionvoid
TestableResponse.setRenderedDocument
(Document document) Invoked as part of the rendering pipeline to store the final rendered Document object.void
TestableResponseImpl.setRenderedDocument
(Document document) -
Uses of Document in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return DocumentModifier and TypeMethodDescriptionRenders the page.PartialTemplateRenderer.renderAsDocument
(Object object) Renders an object to aDocument
following the same rules asPartialTemplateRenderer.render(Object)
This method supposes any kind of initialization needed was already done. -
Uses of Document in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return DocumentModifier and TypeMethodDescriptionSimulates a click on a link.PageTester.clickSubmit
(Element submitButton, Map<String, String> fieldValues) Simulates a submission of the form by clicking the specified submit button.PageTester.renderPage
(String pageName) Renders a page specified by its name.PageTester.submitForm
(Element form, Map<String, String> parameters) Simulates a submission of the form specified.