JavaScript is disabled on your browser.
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Sites 12c (12.2.1.4.0) E95319-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Deprecated.
@Exported
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
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Sites 12c (12.2.1.4.0) E95319-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013, 2019, Oracle and/or its affiliates. All rights reserved.