faust.sacha.web.bot.spider.customlogin
Class CustomLogin

java.lang.Object
  |
  +--faust.sacha.web.bot.spider.customlogin.CustomLogin
Direct Known Subclasses:
CustomFormLoginCookie

public abstract class CustomLogin
extends java.lang.Object


Field Summary
protected  org.w3c.dom.Node m_configNode
           
protected  java.lang.String m_loaderName
           
protected  org.apache.commons.httpclient.HttpMethodBase m_method
           
protected  URLInfo m_url
           
 
Constructor Summary
CustomLogin(URLInfo url, org.w3c.dom.Node config)
           
 
Method Summary
 java.lang.String getLoaderName()
           
 org.apache.commons.httpclient.HttpMethodBase getMethod()
           
 URLInfo getURL()
           
abstract  void processConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_method

protected org.apache.commons.httpclient.HttpMethodBase m_method

m_loaderName

protected java.lang.String m_loaderName

m_url

protected URLInfo m_url

m_configNode

protected org.w3c.dom.Node m_configNode
Constructor Detail

CustomLogin

public CustomLogin(URLInfo url,
                   org.w3c.dom.Node config)
Method Detail

processConfig

public abstract void processConfig()

getURL

public URLInfo getURL()

getMethod

public org.apache.commons.httpclient.HttpMethodBase getMethod()

getLoaderName

public java.lang.String getLoaderName()