protected static class WikiConnector.WikiGetDocInfoPageContext extends BaseProcessingContext
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
author
Author
|
protected java.lang.String |
comment
Comment
|
protected java.io.File |
contentFile
Content file
|
protected java.lang.String |
lastModified
Last modified
|
protected java.lang.String |
title
Title
|
| Constructor and Description |
|---|
WikiGetDocInfoPageContext(org.apache.manifoldcf.agents.common.XMLStream theStream,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.manifoldcf.agents.common.XMLContext |
beginTag(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
protected void |
endTag() |
java.lang.String |
getAuthor() |
java.lang.String |
getComment() |
java.io.File |
getContentFile() |
java.lang.String |
getLastModified() |
java.lang.String |
getTitle() |
protected void |
tagCleanup() |
processprotected java.lang.String title
protected java.io.File contentFile
protected java.lang.String author
protected java.lang.String comment
protected java.lang.String lastModified
public WikiGetDocInfoPageContext(org.apache.manifoldcf.agents.common.XMLStream theStream,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
protected org.apache.manifoldcf.agents.common.XMLContext beginTag(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
beginTag in class BaseProcessingContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionprotected void endTag()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
endTag in class BaseProcessingContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionprotected void tagCleanup()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
tagCleanup in class org.apache.manifoldcf.agents.common.XMLContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getTitle()
public java.io.File getContentFile()
public java.lang.String getAuthor()
public java.lang.String getComment()
public java.lang.String getLastModified()