| javax.servlet.http.HttpServlet org.sakaiproject.tool.rutgers.LinkTool
LinkTool | public class LinkTool extends HttpServlet (Code) | |
Sakai browser sample tool.
author: University of Michigan, Sakai Software Development Team version: $Revision: 632 $ |
destroy | public void destroy()(Code) | | Shutdown the servlet.
|
doGet | protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException(Code) | | Respond to Get requests:
display main content by redirecting to it and adding
user= euid= site= role= serverurl= time= sign=
for privileged users, add a bar at the top with a link to
the setup screen
?Setup generates the setup screen
Parameters: req - The servlet request. Parameters: res - The servlet response. ServletException. IOException. |
doPost | protected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException(Code) | | Respond to data posting requests. Request we support are
?SetupForm - when Setup form is submitted. Implement the
changes and redisplay the setup form with the updated values
?SignForm - when user submits a request for us to generate a
signed object. Generate the object and display it
Parameters: req - The servlet request. Parameters: res - The servlet response. ServletException. IOException. |
getServletInfo | public String getServletInfo()(Code) | | Access the Servlet's information display.
servlet information. |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|