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 boolean
responseSeen
-
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 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()
-
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:
createChild
in classSingleLevelErrorContext
-
finishChild
protected void finishChild(BaseProcessingContext child) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
- Specified by:
finishChild
in classSingleLevelErrorContext
- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
hasResponse
public boolean hasResponse()
-
-