Uses of Class
org.apache.tapestry5.dom.Document

Packages that use Document
org.apache.tapestry5   
org.apache.tapestry5.dom   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.test   
org.apache.tapestry5.services   
org.apache.tapestry5.test   
 

Uses of Document in org.apache.tapestry5
 

Methods in org.apache.tapestry5 that return Document
 Document MarkupWriter.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 Document
 Document Document.comment(String text)
          Adds the comment and returns this document for further construction.
 Document Node.getDocument()
           
 Document Element.getDocument()
           
 Document Document.getDocument()
           
 Document Document.raw(String text)
          Adds the raw text and returns this document for further construction.
 

Methods in org.apache.tapestry5.dom with parameters of type Document
 void Document.toMarkup(Document document, PrintWriter writer, Map<String,String> namespaceURIToPrefix)
           
 

Uses of Document in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services that return Document
 Document MarkupWriterImpl.getDocument()
           
 Document PageDocumentGeneratorImpl.render(String logicalPageName)
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type Document
 void 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 Document
 Document TestableResponseImpl.getRenderedDocument()
           
 Document TestableResponse.getRenderedDocument()
          Allows access to the rendered document.
 

Methods in org.apache.tapestry5.internal.test with parameters of type Document
 void TestableResponseImpl.setRenderedDocument(Document document)
           
 void TestableResponse.setRenderedDocument(Document document)
          Invoked as part of the rendering pipeline to store the final rendered Document object.
 

Uses of Document in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return Document
 Document PageDocumentGenerator.render(String logicalPageName)
          Renders the page.
 

Uses of Document in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return Document
 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.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.