| javax.servlet.http.HttpServlet org.sakaiproject.portal.tool.ToolPortal
ToolPortal | public class ToolPortal extends HttpServlet (Code) | | author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public void | destroy() Shutdown the servlet. | protected void | doError(HttpServletRequest req, HttpServletResponse res, Throwable t) | protected void | doGet(HttpServletRequest req, HttpServletResponse res) Respond to navigation / access requests.
Parameters: req - The servlet request. Parameters: res - The servlet response. | protected void | doPost(HttpServletRequest req, HttpServletResponse res) Respond to data posting requests.
Parameters: req - The servlet request. Parameters: res - The servlet response. | protected boolean | doTool(HttpServletRequest req, HttpServletResponse res, Session session, String placementId, String toolContextPath, String toolPathInfo) | public String | getServletInfo() Access the Servlet's information display. | public void | init(ServletConfig config) Initialize the servlet. | protected void | setupForward(HttpServletRequest req, HttpServletResponse res, Placement p, String skin) Setup the request attributes with information used by the tools in their
response. |
destroy | public void destroy()(Code) | | Shutdown the servlet.
|
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)
|
|
|