| java.lang.Object velosurf.util.ToolFinder
ToolFinder | public class ToolFinder (Code) | | An utility class used to find a tool in the toolbox. For now, it is only implemented for session tools.
author: Claude Brisson |
findSessionTool | public static T findSessionTool(HttpSession session, Class<T> toolClass)(Code) | | Find a session tool.
Parameters: session - the http session the tool is the tool if found in the session, or null |
|
|