org.sakaiproject.tool.gradebook.facades
Interface ContextManagement


public interface ContextManagement

Facade to context management service, to give control of application entry and gradebook selection to the framework.


Method Summary
 String getGradebookUid(Object request)
           
 

Method Detail

getGradebookUid

String getGradebookUid(Object request)
Parameters:
request - the javax.servlet.http.HttpServletRequest or javax.portlet.PortletRequest from which to determine the current gradebook. Since they don't share an interface, a generic object is passed.
Returns:
the UID of the currently selected gradebook, or null if the context manager cannot determine a selected gradebook


Copyright © 2003-2013 Sakai Project. All Rights Reserved.