org.melati.login
Class Login
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.melati.servlet.ConfigServlet
org.melati.servlet.PoemServlet
org.melati.servlet.TemplateServlet
org.melati.login.Login
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class Login
- extends TemplateServlet
A servlet which handles user logins.
- See Also:
- Serialized Form
Constructor Summary |
Login()
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRIGGERING_REQUEST_PARAMETERS
public static final String TRIGGERING_REQUEST_PARAMETERS
- Parameters,in GET format, of triggering request, so we can reconstruct it.
- See Also:
- Constant Field Values
TRIGGERING_EXCEPTION
public static final String TRIGGERING_EXCEPTION
- The triggering exception.
- See Also:
- Constant Field Values
Login
public Login()
getLoginHandler
protected LoginHandler getLoginHandler()
doTemplateRequest
protected String doTemplateRequest(Melati melati,
ServletTemplateContext templateContext)
throws Exception
- Description copied from class:
TemplateServlet
- Override this method to build up your own output.
- Specified by:
doTemplateRequest
in class TemplateServlet
- Parameters:
melati
- the current MelatitemplateContext
- the current ServletTemplateContext
- Returns:
- a Template name, possibly excluding extension.
- Throws:
Exception
Copyright © 2000-2010 PanEris. All Rights Reserved.