Class WikiConnector.WikiListPagesAllPagesContext
- 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.WikiListPagesAllPagesContext
-
- Enclosing class:
- WikiConnector
protected static class WikiConnector.WikiListPagesAllPagesContext extends SingleLevelContext
Class recognizing the "api/query/allpages" context of a "list all pages" response
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBufferbufferprotected java.lang.StringlastTitleprotected java.lang.StringstartPageTitle-
Fields inherited from class org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelContext
nodeName
-
-
Constructor Summary
Constructors Constructor Description WikiListPagesAllPagesContext(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer buffer, java.lang.String startPageTitle)
-
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.StringgetLastTitle()-
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
-
-
-
-
Constructor Detail
-
WikiListPagesAllPagesContext
public WikiListPagesAllPagesContext(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer buffer, java.lang.String startPageTitle)
-
-
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
-
getLastTitle
public java.lang.String getLastTitle()
-
-