|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.appfuse.webapp.action.RegistrationServlet
Implementation of HttpServlet that is used to allow users to self-register.
| Constructor Summary | |
RegistrationServlet()
|
|
| Method Summary | |
void |
dispatch(HttpServletRequest request,
HttpServletResponse response,
String jsp)
Dispatch request to common JSP |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Route the user to the execute method |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Route the user to the execute method |
void |
execute(HttpServletRequest request,
HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
void |
sendPasswordHint(HttpServletRequest request,
HttpServletResponse response)
Process the user's request to get their password e-mailed to them. |
| 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 |
| Constructor Detail |
public RegistrationServlet()
| Method Detail |
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
request - The HTTP request we are processingresponse - The HTTP response we are creating
IOException - if an input/output error occurs
ServletException - if a servlet exception occurs
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
request - The HTTP request we are processingresponse - The HTTP response we are creating
IOException - if an input/output error occurs
ServletException - if a servlet exception occurs
public void execute(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
request - The HTTP request we are processingresponse - The HTTP response we are creating
IOException - if an input/output error occurs
ServletException - if a servlet exception occurs
public void sendPasswordHint(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
request - The HTTP request we are processingresponse - The HTTP response we are creating
IOException - if an input/output error occurs
ServletException - if a servlet exception occurs
public void dispatch(HttpServletRequest request,
HttpServletResponse response,
String jsp)
throws IOException,
ServletException
request - response -
IOException
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||