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

java.lang.Object
  |
  +--faust.sacha.web.bot.spider.customlogin.CustomLoginLoader
        |
        +--faust.sacha.web.bot.spider.customlogin.CustomFormLoginCookieLoader

public class CustomFormLoginCookieLoader
extends CustomLoginLoader


Field Summary
 
Fields inherited from class faust.sacha.web.bot.spider.customlogin.CustomLoginLoader
m_login, m_state
 
Constructor Summary
CustomFormLoginCookieLoader(CustomLogin login)
           
 
Method Summary
 org.apache.commons.httpclient.Cookie[] getCookie(org.apache.commons.httpclient.Header[] headers)
           
static void main(java.lang.String[] args)
           
protected  boolean processLogin()
           
 
Methods inherited from class faust.sacha.web.bot.spider.customlogin.CustomLoginLoader
getHttpState, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFormLoginCookieLoader

public CustomFormLoginCookieLoader(CustomLogin login)
Method Detail

processLogin

protected boolean processLogin()
Specified by:
processLogin in class CustomLoginLoader

getCookie

public org.apache.commons.httpclient.Cookie[] getCookie(org.apache.commons.httpclient.Header[] headers)

main

public static void main(java.lang.String[] args)