org.sakaiproject.tool.api |
|
Java Source File Name | Type | Comment |
ActiveTool.java | Interface |
Extension to tool to introduce Servlet API specific tool activity. |
ActiveToolManager.java | Interface |
Extension API for ToolManager that introduces Servlet API specific activity. |
ContextSession.java | Interface |
ContextSession models an end user's HttpSession for a context (as in ServletContext). |
Placement.java | Interface |
Tool Placement models a particular tool places in a particular place within a Sakai navigation or portal location. |
Session.java | Interface |
Session models an end user's Sakai-wide usage session, modeled on the HttpSession of the Servlet API. |
SessionBindingEvent.java | Interface |
Events of this type are either sent to an object that implements
SessionBindingListener when it is bound or unbound from a session. |
SessionBindingListener.java | Interface |
Causes an object to be notified when it is bound to or unbound from a session. |
SessionManager.java | Interface |
SessionManager keeps track of Sakai-wide and Tool placement specific user sessions, modeled on the HttpSession of the Servlet API. |
Tool.java | Interface |
Tool models a Sakai user interface producing tool. |
ToolException.java | Class |
ToolException is the ServletException that Sakai Tools throw (or use to wrap) when they run into throw-up-my-hands trouble. |
ToolManager.java | Interface |
ToolManager holds registration of Tools available in this Sakai installation. |
ToolSession.java | Interface |
ToolSession models an end user's Tool placement specific usage session. |
ToolURL.java | Interface | A ToolURL is used to create a URL and encode it appropriate to the context and placement of the tool. |
ToolURLManager.java | Interface | The ToolURLManager interface allows creation of ToolURL that reference the portlet itself. |