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.String
author
Authorprotected java.lang.String
comment
Commentprotected java.io.File
contentFile
Content fileprotected java.lang.String
lastModified
Last modifiedprotected java.lang.String
title
Title-
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 BaseProcessingContext
createChild(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
protected void
finishChild(BaseProcessingContext child)
java.lang.String
getAuthor()
java.lang.String
getComment()
java.io.File
getContentFile()
java.lang.String
getLastModified()
java.lang.String
getTitle()
protected void
tagCleanup()
-
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:
createChild
in classSingleLevelContext
-
finishChild
protected void finishChild(BaseProcessingContext child) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
- Specified by:
finishChild
in classSingleLevelContext
- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
tagCleanup
protected void tagCleanup() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
- Overrides:
tagCleanup
in 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()
-
-