public class SignupServlet
extends org.sakaiproject.jsf.util.JsfTool
This Servlet class will enable the path to javaScript and image files in Signup tool and it will also enable the ajax call later in the future. For Sakai 2.5, it will not pick up the CSS file via the 'sakai.html.head'. and we take this out.
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATE_DONE_URL
the alternate next view
|
static String |
ALTERNATE_DONE_URL_MAP
the set of alternate views
|
| Constructor and Description |
|---|
SignupServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
computeDefaultTarget(boolean lastVisited) |
protected void |
dispatch(HttpServletRequest req,
HttpServletResponse res) |
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
init(ServletConfig servletConfig)
Initialize the Servlet class.
|
Serializable |
lookupBeanFromExternalServlet(String beanName,
HttpServletRequest request,
HttpServletResponse response)
Helper method to look up backing bean, when OUTSIDE faces in a servlet.
|
protected boolean |
sendToHelper(HttpServletRequest req,
HttpServletResponse res,
String target) |
computeDefaultTarget, destroy, getServletInfo, isResourceRequest, redirectRequestedTargetdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logpublic static final String ALTERNATE_DONE_URL
public static final String ALTERNATE_DONE_URL_MAP
public void init(ServletConfig servletConfig) throws ServletException
init in interface Servletinit in class org.sakaiproject.jsf.util.JsfToolServletExceptionprotected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class org.sakaiproject.jsf.util.JsfToolServletExceptionIOExceptionprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class org.sakaiproject.jsf.util.JsfToolServletExceptionIOExceptionprotected void dispatch(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
dispatch in class org.sakaiproject.jsf.util.JsfToolServletExceptionIOExceptionprotected boolean sendToHelper(HttpServletRequest req, HttpServletResponse res, String target)
public Serializable lookupBeanFromExternalServlet(String beanName, HttpServletRequest request, HttpServletResponse response)
beanName - request - servlet requestresponse - servlet responseprotected String computeDefaultTarget(boolean lastVisited)
Copyright © 2007-2015 Sakai Project. All Rights Reserved.