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

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

Uses of Document in org.apache.tapestry
 

Methods in org.apache.tapestry that return Document
 Document MarkupWriter.getDocument()
          Returns the Document into which this writer creates elements or other nodes.
 

Uses of Document in org.apache.tapestry.dom
 

Methods in org.apache.tapestry.dom that return Document
 Document Element.getDocument()
           
 

Constructors in org.apache.tapestry.dom with parameters of type Document
CData(Node container, Document document, String content)
           
 

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

Methods in org.apache.tapestry.internal.services that return Document
 Document MarkupWriterImpl.getDocument()
           
 

Methods in org.apache.tapestry.internal.services with parameters of type Document
 void DocumentHeadBuilderImpl.updateDocument(Document document)
           
 void DocumentHeadBuilder.updateDocument(Document document)
          Updates the supplied Document, locating the html/body element and adding script links (to the top) and a script block (to the end).
 

Uses of Document in org.apache.tapestry.internal.test
 

Methods in org.apache.tapestry.internal.test that return Document
 Document PageLinkInvoker.invoke(ComponentInvocation invocation)
          Click on the page link.
 Document ComponentInvoker.invoke(ComponentInvocation invocation)
           
 Document ActionLinkInvoker.invoke(ComponentInvocation invocation)
          Click on the action link and get another link in return.
 

Uses of Document in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return Document
 Document PageTester.clickLink(Element link)
          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.invoke(ComponentInvocation invocation)
           
 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-2008 Apache Software Foundation. All Rights Reserved.