Class WikiConnector.WikiListPagesQueryContext

  • Enclosing class:
    WikiConnector

    protected static class WikiConnector.WikiListPagesQueryContext
    extends SingleLevelErrorContext
    Class representing the "api/query" context of a "list all pages" response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer buffer  
      protected java.lang.String lastTitle  
      protected java.lang.String startPageTitle  
      • Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext

        localname, namespaceURI, previousContext, qname, theseAttributes, theStream
    • Constructor Summary

      Constructors 
      Constructor Description
      WikiListPagesQueryContext​(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 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 getLastTitle()  
      • Methods inherited from class org.apache.manifoldcf.agents.common.XMLContext

        characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lastTitle

        protected java.lang.String lastTitle
      • buffer

        protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer buffer
      • startPageTitle

        protected java.lang.String startPageTitle
    • Constructor Detail

      • WikiListPagesQueryContext

        public WikiListPagesQueryContext​(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

      • getLastTitle

        public java.lang.String getLastTitle()