Class WikiConnector.WikiCheckQueryContext
- java.lang.Object
-
- org.apache.manifoldcf.agents.common.XMLContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.BaseProcessingContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelErrorContext
-
- org.apache.manifoldcf.crawler.connectors.wiki.WikiConnector.WikiCheckQueryContext
-
- Enclosing class:
- WikiConnector
protected static class WikiConnector.WikiCheckQueryContext extends SingleLevelErrorContext
Class representing the "api/query" context of a "check" response
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanresponseSeen-
Fields inherited from class org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelErrorContext
ERROR_NODE, ERROR_TYPE_LOGIN_NEEDED, errorType, nodeName
-
-
Constructor Summary
Constructors Constructor Description WikiCheckQueryContext(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 BaseProcessingContextcreateChild(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)protected voidfinishChild(BaseProcessingContext child)booleanhasResponse()-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.wiki.SingleLevelErrorContext
beginTag, endTag, isLoginRequired
-
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:
createChildin classSingleLevelErrorContext
-
finishChild
protected void finishChild(BaseProcessingContext child) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
- Specified by:
finishChildin classSingleLevelErrorContext- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
hasResponse
public boolean hasResponse()
-
-