public class RegisterServlet extends WebappServlet
Modifier and Type | Field and Description |
---|---|
static Feature |
ALLOW_SIGNUPS |
ARGS, CONFIRM_NO, CONFIRM_POST_URL, CONFIRM_TYPE, CONFIRM_YES, EXTRA_HTML, MESSAGE_EXTRA_ATTR, MESSAGE_TYPE_ATTR, MESSAGES_JSP_URL, SCRIPTS_CONFIRM_JSP
Constructor and Description |
---|
RegisterServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse res) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn)
Method that does the actual work
|
static java.lang.String |
getRealm(AppContext conn) |
badInputCheck, checkBadInput, confirm, confirm, doPost, doPut, doPut, encodeCGI, getLogger, handleFormResult, message, message, messageWithArgs, sendMessageWithArgs
public static final Feature ALLOW_SIGNUPS
protected void doPost(HttpServletRequest req, HttpServletResponse res, AppContext conn) throws ServletException, java.io.IOException
WebappServlet
doPost
in class WebappServlet
ServletException
java.io.IOException
public static java.lang.String getRealm(AppContext conn)
conn
- public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
doGet
in class WebappServlet
ServletException
java.io.IOException