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

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

public abstract class CustomLoginLoader
extends java.lang.Object


Field Summary
protected  CustomLogin m_login
           
protected  org.apache.commons.httpclient.HttpState m_state
           
 
Constructor Summary
CustomLoginLoader(CustomLogin login)
           
 
Method Summary
 org.apache.commons.httpclient.HttpState getHttpState()
           
 boolean process()
           
protected abstract  boolean processLogin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_login

protected CustomLogin m_login

m_state

protected org.apache.commons.httpclient.HttpState m_state
Constructor Detail

CustomLoginLoader

public CustomLoginLoader(CustomLogin login)
Method Detail

getHttpState

public org.apache.commons.httpclient.HttpState getHttpState()

process

public boolean process()

processLogin

protected abstract boolean processLogin()