| net.sourceforge.jwbf.core.contentRep.Article.getBot()
do not use this
|
| net.sourceforge.jwbf.core.bots.HttpBot.getInstance()
do not use this
|
| net.sourceforge.jwbf.core.contentRep.SimpleArticle.getLabel()
|
| net.sourceforge.jwbf.core.bots.HttpBot.getUrl() |
| net.sourceforge.jwbf.core.contentRep.Article.isEmpty()
do not use this TODO why?
|
| net.sourceforge.jwbf.core.contentRep.Article.isRedirect()
see inheritDoc
|
| net.sourceforge.jwbf.core.contentRep.ArticleMeta.isRedirect()
actual the is no possibility to check this, because it depends on localization.
e.g. #REDIRECT or #OHJAUS or #WEITERLEITUNG or #REDIRECTION
|
| net.sourceforge.jwbf.core.contentRep.SimpleArticle.isRedirect()
see inheritDoc
|
| net.sourceforge.jwbf.mediawiki.actions.queries.ImageInfo.isSelfExecuter()
see super
|
| net.sourceforge.jwbf.mediawiki.actions.queries.LogEvents.isSelfExecuter()
see super
|
| net.sourceforge.jwbf.mediawiki.actions.misc.GetRendering.isSelfExecuter()
see super
|
| net.sourceforge.jwbf.mediawiki.actions.util.MWAction.isSelfExecuter()
see interface
|
| net.sourceforge.jwbf.core.actions.ContentProcessable.isSelfExecuter()
better encapsulate action if no external execution shuld be avalibal.
|
| net.sourceforge.jwbf.mediawiki.actions.util.MWAction.setExceptionHandler(ExceptionHandler)
no alternative method is given, because it is not recommended to change the
exception handling
|
| net.sourceforge.jwbf.core.contentRep.SimpleArticle.setLabel(String)
|
| net.sourceforge.jwbf.mediawiki.actions.util.RedirectFilter.toString()
do not rely on enum names
|