butler.ext.authentication
Class WebLoginForm

java.lang.Object
  extended by butler.web.form.Form
      extended by butler.ext.authentication.WebLoginForm

public class WebLoginForm
extends Form

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.web.form.Form
Form.NativeInfo
 
Field Summary
 
Fields inherited from class butler.web.form.Form
_request
 
Constructor Summary
WebLoginForm()
           
 
Method Summary
 void doLogin(javax.servlet.ServletRequest request)
           
 org.apache.ecs.Element getContent()
           
 java.lang.String getOnFormLoad()
           
 org.apache.ecs.html.Script getScript()
           
 java.lang.String getURL()
           
protected  void init()
           
static void register()
           
 void setFilterMode(boolean flag)
           
 void setLoginException(java.lang.Exception e)
           
 
Methods inherited from class butler.web.form.Form
create, getAction, getCaption, getDescriptor, getForm, getHeader, getId, getNativeInfo, getRequest, handleRequest, register, register, setAuthorizator, setDescriptor, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLoginForm

public WebLoginForm()
Method Detail

setLoginException

public void setLoginException(java.lang.Exception e)

setFilterMode

public void setFilterMode(boolean flag)

init

protected void init()
             throws java.lang.Exception
Overrides:
init in class Form
Throws:
java.lang.Exception

getContent

public org.apache.ecs.Element getContent()
                                  throws java.lang.Exception
Specified by:
getContent in class Form
Throws:
java.lang.Exception

getScript

public org.apache.ecs.html.Script getScript()
                                     throws java.lang.Exception
Overrides:
getScript in class Form
Throws:
java.lang.Exception

getOnFormLoad

public java.lang.String getOnFormLoad()
                               throws java.lang.Exception
Overrides:
getOnFormLoad in class Form
Throws:
java.lang.Exception

doLogin

public void doLogin(javax.servlet.ServletRequest request)
             throws java.lang.Exception
Throws:
java.lang.Exception

getURL

public java.lang.String getURL()
Overrides:
getURL in class Form

register

public static void register()