COM.FutureTense.Interfaces
Interface IServlet


public interface IServlet

This class does .....


Method Summary
 javax.servlet.http.HttpServlet getServlet()
          Deprecated.  
 javax.servlet.http.HttpServletRequest getServletRequest()
          Get the HttpServletRequest from this thread
 javax.servlet.http.HttpServletResponse getServletResponse()
          Get the HttpServletResponse from this thread
 

Method Detail

getServletRequest

public javax.servlet.http.HttpServletRequest getServletRequest()
Get the HttpServletRequest from this thread

Returns:
HttpServletRequest

getServletResponse

public javax.servlet.http.HttpServletResponse getServletResponse()
Get the HttpServletResponse from this thread

Returns:
HttpServletResponse

getServlet

public javax.servlet.http.HttpServlet getServlet()
Deprecated.  

Get the HttpServlet from this thread

Returns:
HttpServlet or null