|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Document | |
| com.arsdigita.bebop | A set of server-side user interface components for web applications. |
| com.arsdigita.bebop.demo | Example A set of examples that demonstrate how Bebop is used. |
| com.arsdigita.bebop.page | |
| com.arsdigita.sitenode | Deprecated. Use the com.arsdigita.web package instead. |
| com.arsdigita.templating | System for styling and rendering XML documents using XSLT. |
| com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
| com.arsdigita.xml | A set of wrapper classes around the DOM API that emulate the critical-path elements of the JDOM API. |
| Uses of Document in com.arsdigita.bebop |
| Methods in com.arsdigita.bebop that return Document | |
Document |
Page.buildDocument(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Builds a DOM Document from the current request state by doing a depth-first tree walk on the current set of components in this Page, calling generateXML on each. |
| Methods in com.arsdigita.bebop with parameters of type Document | |
protected Element |
Page.generateXMLHelper(PageState ps,
Document parent)
Constructs the top nodes of the DOM or JDOM tree. |
void |
Page.generateXML(PageState state,
Document parent)
Constructs a DOM or JDOM tree with all components on the page. |
| Uses of Document in com.arsdigita.bebop.demo |
| Methods in com.arsdigita.bebop.demo with parameters of type Document | |
void |
MySitePage.generateXML(PageState ps,
Document doc)
|
| Uses of Document in com.arsdigita.bebop.page |
| Methods in com.arsdigita.bebop.page with parameters of type Document | |
void |
PageTransformer.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Uses PageTransformer.servePage(Document, HttpServletRequest,
HttpServletResponse, Map) to implement the
PresentationManager interface. |
void |
PageTransformer.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Map params)
Serves an XML Document, getting and applying the appropriate XSLT. |
| Uses of Document in com.arsdigita.sitenode |
| Methods in com.arsdigita.sitenode with parameters of type Document | |
void |
SiteNodePresentationManager.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated. Uses SiteNodePresentationManager.servePage(Document, HttpServletRequest,
HttpServletResponse, Map) to implement the
PresentationManager interface. |
void |
SiteNodePresentationManager.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Map params)
Deprecated. Serves an XML Document, getting and applying the appropriate XSLT. |
void |
BasePresentationManager.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated. Uses BasePresentationManager.servePage(Document, HttpServletRequest,
HttpServletResponse, Map) to implement the
PresentationManager interface. |
void |
BasePresentationManager.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Map params)
Deprecated. Serves an XML Document, getting and applying the appropriate XSLT. |
| Uses of Document in com.arsdigita.templating |
| Methods in com.arsdigita.templating with parameters of type Document | |
void |
PresentationManager.servePage(Document doc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Serves a page whose content is defined by the input XML document. |
| Uses of Document in com.arsdigita.web |
| Constructors in com.arsdigita.web with parameters of type Document | |
TransformationDebugger(Document original,
Document source,
URL sheet,
List dependents)
|
|
| Uses of Document in com.arsdigita.xml |
| Methods in com.arsdigita.xml that return Document | |
Document |
Document.setRootElement(Element rootNode)
Sets the root element. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||