net.commerce.zocalo.JspSupport
Class LoginScreen
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.commerce.zocalo.JspSupport.ReloadablePage
net.commerce.zocalo.JspSupport.NamedUserPage
net.commerce.zocalo.JspSupport.LoginScreen
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- AccountCreationScreen, WelcomeScreen
public class LoginScreen
- extends NamedUserPage
Support for the JSP login page for the GMU Experiment.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
LOGIN_JSP
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGIN_JSP
public static final java.lang.String LOGIN_JSP
- See Also:
- Constant Field Values
LoginScreen
public LoginScreen()
processRequest
public void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
processRequest
in class ReloadablePage
getUserNameSelector
public java.lang.String getUserNameSelector()
getUser
public User getUser()
getUserAsWarnable
public Warnable getUserAsWarnable()
warn
public void warn(java.lang.String s)
- Specified by:
warn
in class ReloadablePage
getRequestURL
public java.lang.String getRequestURL(javax.servlet.http.HttpServletRequest request)
- Specified by:
getRequestURL
in class ReloadablePage
getWarning
public java.lang.String getWarning()