Class WikiConnector.WikiListPagesPContext
- java.lang.Object
-
- org.apache.manifoldcf.agents.common.XMLContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.BaseProcessingContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.WikiConnector.WikiListPagesPContext
-
- Enclosing class:
- WikiConnector
protected static class WikiConnector.WikiListPagesPContext extends BaseProcessingContext
Class representing the "api/query/allpages/p" 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
-
Constructor Summary
Constructors Constructor Description WikiListPagesPContext(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 org.apache.manifoldcf.agents.common.XMLContextbeginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)java.lang.StringgetLastTitle()-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.wiki.BaseProcessingContext
endTag, process
-
-
-
-
Constructor Detail
-
WikiListPagesPContext
public WikiListPagesPContext(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
-
beginTag
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- Overrides:
beginTagin classBaseProcessingContext- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruption
-
getLastTitle
public java.lang.String getLastTitle()
-
-