Class WikiConnector.WikiCheckAPIContext

  • Enclosing class:
    WikiConnector

    protected static class WikiConnector.WikiCheckAPIContext
    extends SingleLevelContext
    Class representing the "api" context of a "check" response
    • Field Summary

      • Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext

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

      Constructors 
      Constructor Description
      WikiCheckAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream)  
    • 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)  
      boolean hasResponse()  
      boolean isLoginRequired()  
      • 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
    • Constructor Detail

      • WikiCheckAPIContext

        public WikiCheckAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream)
    • Method Detail

      • finishChild

        protected void finishChild​(BaseProcessingContext child)
                            throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Specified by:
        finishChild in class SingleLevelContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • hasResponse

        public boolean hasResponse()
      • isLoginRequired

        public boolean isLoginRequired()