JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Version:
$Revision: 8 $
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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013, 2017, Oracle and/or its affiliates. All rights reserved.