butler.ext.authentication
Class WebLoginForm
java.lang.Object
butler.web.form.Form
butler.ext.authentication.WebLoginForm
public class WebLoginForm
- extends Form
- Author:
- Fredrik Bertilsson
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 |
WebLoginForm
public WebLoginForm()
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()