Skip navigation links


COM.FutureTense.Interfaces
Interface IServlet


Deprecated.

public interface IServlet

This class provides back-door access to Servlet functionality through Content Server. If the Content Server context is not backed by a Servlet, use of this interface can result in unpredicatable behaviour.


Method Summary
 javax.servlet.http.HttpServlet getServlet()
          Deprecated.  
 javax.servlet.http.HttpServletRequest getServletRequest()
          Deprecated.  
 javax.servlet.http.HttpServletResponse getServletResponse()
          Deprecated.  

 

Method Detail

getServletRequest

javax.servlet.http.HttpServletRequest getServletRequest()
Deprecated. 
Get the HttpServletRequest from this thread, if the underlying context is based on a Servlet.
Returns:
HttpServletRequest

getServletResponse

javax.servlet.http.HttpServletResponse getServletResponse()
Deprecated. 
Get the HttpServletResponse from this thread, if the underlying context is based on a Servlet.
Returns:
HttpServletResponse

getServlet

javax.servlet.http.HttpServlet getServlet()
Deprecated. 
Get the HttpServlet from this thread, if the underlying context is based on a Servlet.
Returns:
HttpServlet or null

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.