| javax.servlet.http.HttpServlet org.sakaiproject.presence.tool.PresenceTool
PresenceTool | public class PresenceTool extends HttpServlet (Code) | |
Presence is an tool which presents an auto-updating user presence list.
|
ATTR_CHAT_OBSERVER | final protected static String ATTR_CHAT_OBSERVER(Code) | | Tool state attribute where the chat observer is stored.
|
ATTR_OBSERVER | final protected static String ATTR_OBSERVER(Code) | | Tool state attribute where the observer is stored.
|
CHAT_COMMON_ID | final protected static String CHAT_COMMON_ID(Code) | | Common Tool ID for the Sakai Chat Tool
|
destroy | public void destroy()(Code) | | Shutdown the servlet.
|
getServletInfo | public String getServletInfo()(Code) | | Access the Servlet's information display.
servlet information. |
sendAutoUpdate | protected void sendAutoUpdate(PrintWriter out, HttpServletRequest req, String placementId, String context)(Code) | | Send the HTML / Javascript to invoke an automatic update
Parameters: out - Parameters: req - Parameters: placementId - Parameters: context - |
sendPresence | protected void sendPresence(PrintWriter out, List users, List chatUsers)(Code) | | Format the list of users
Parameters: out - Parameters: users - |
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)
|
|
|