Class WikiConnector.WikiGetDocInfoPagesContext
- java.lang.Object
-
- org.apache.manifoldcf.agents.common.XMLContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.BaseProcessingContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.WikiConnector.WikiGetDocInfoPagesContext
-
- Enclosing class:
- WikiConnector
protected static class WikiConnector.WikiGetDocInfoPagesContext extends SingleLevelContext
Class representing the "api/query/pages" context of a "get doc info" response
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringauthorAuthorprotected java.lang.StringcommentCommentprotected java.io.FilecontentFileContent fileprotected java.lang.StringlastModifiedLast modifiedprotected java.lang.StringtitleTitle-
Fields inherited from class org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelContext
nodeName
-
-
Constructor Summary
Constructors Constructor Description WikiGetDocInfoPagesContext(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseProcessingContextcreateChild(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)protected voidfinishChild(BaseProcessingContext child)java.lang.StringgetAuthor()java.lang.StringgetComment()java.io.FilegetContentFile()java.lang.StringgetLastModified()java.lang.StringgetTitle()protected voidtagCleanup()-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelContext
beginTag, endTag
-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.wiki.BaseProcessingContext
process
-
-
-
-
Method Detail
-
createChild
protected BaseProcessingContext createChild(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
- Specified by:
createChildin classSingleLevelContext
-
finishChild
protected void finishChild(BaseProcessingContext child) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
- Specified by:
finishChildin classSingleLevelContext- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
tagCleanup
protected void tagCleanup() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException- Overrides:
tagCleanupin classorg.apache.manifoldcf.agents.common.XMLContext- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
getTitle
public java.lang.String getTitle()
-
getContentFile
public java.io.File getContentFile()
-
getAuthor
public java.lang.String getAuthor()
-
getLastModified
public java.lang.String getLastModified()
-
getComment
public java.lang.String getComment()
-
-