org.sakaiproject.entitybroker.entityprovider.extension
Interface RequestGetter

All Known Subinterfaces:
RequestGetterWrite

public interface RequestGetter

Allows for getting to the request and response objects for the current thread

Author:
Aaron Zeckoski (aaron@caret.cam.ac.uk)

Method Summary
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 

Method Detail

getRequest

javax.servlet.http.HttpServletRequest getRequest()
Returns:
the current request for this thread or null if none can be found

getResponse

javax.servlet.http.HttpServletResponse getResponse()
Returns:
the current response for this thread or null if none can be found


Copyright © 2007-2012 Sakai Project. All Rights Reserved.