|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of XHTMLDocument in com.swfit.core.servlet |
| Methods in com.swfit.core.servlet that return XHTMLDocument | |
protected XHTMLDocument |
XHTMLBasicServlet.formDummy()
|
| Methods in com.swfit.core.servlet with parameters of type XHTMLDocument | |
static void |
ServletOutput.sendTextNoExpires(javax.servlet.http.HttpServletResponse response,
XHTMLDocument htm_doc)
|
static void |
ServletOutput.sendTextExpires(javax.servlet.http.HttpServletResponse response,
XHTMLDocument htm_doc)
|
static void |
ServletOutput.sendTextUndefinedExpires(javax.servlet.http.HttpServletResponse response,
XHTMLDocument htm_doc)
|
void |
XHTMLBasicServlet.sendReciept(javax.servlet.http.HttpServletResponse response,
java.lang.String transcript,
XHTMLDocument doc)
|
| Uses of XHTMLDocument in com.swfit.core.xhtml |
| Methods in com.swfit.core.xhtml that return XHTMLDocument | |
XHTMLDocument |
XHTMLArticleRenderer.renderArticle(XHTMLDocument doc,
XHTMLPublishedObject article,
XHTMLPublishedObjectList author_list,
java.lang.String image_web_root,
XHTMLPublishedObjectList image_list)
Methods for displaying a full article. |
static XHTMLDocument |
XHTMLDocument.getStyleXHTMLDocument()
Cache XHTMLDocuments for quick access |
static XHTMLDocument |
XHTMLDocument.getXHTMLDocument(java.io.File file)
|
static XHTMLDocument |
XHTMLDocument.getXHTMLDocument(java.net.URL url)
|
XHTMLDocument |
XHTMLDocument.copy()
Duplicates the current XHTMLDocument instance
without passing along the source file. |
| Methods in com.swfit.core.xhtml with parameters of type XHTMLDocument | |
XHTMLDocument |
XHTMLArticleRenderer.renderArticle(XHTMLDocument doc,
XHTMLPublishedObject article,
XHTMLPublishedObjectList author_list,
java.lang.String image_web_root,
XHTMLPublishedObjectList image_list)
Methods for displaying a full article. |
| Uses of XHTMLDocument in com.swfit.core.xhtml.publish |
| Methods in com.swfit.core.xhtml.publish that return XHTMLDocument | |
XHTMLDocument |
XHTMLPublishFolder.publishXHTMLDummy()
Look recursively for a XHTMLDocument to go with this publishing folder - or check if the input looks like a URL |
XHTMLDocument |
XHTMLPublishFolder.systemXHTMLDummy()
Look - non recursively - for a XHTMLDocument for system generated messages to go with this publishing folder - or check if the input looks like a URL |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||