com.sapportals.portal.prt.dispatcher

Interface IDispatcherContext

All Known Implementing Classes:
DispatcherContext

public interface IDispatcherContext

The dispatcher context describes the request/response context passed through to the PlugIn. It allows access to user data, resources,... Copyright (c) SAP Portals Europe GmbH 2001


Method Summary
 String getConnectionPath()
          gets the connection path
 String getConnectionPathInfo()
          get path info available to connection
 ServletConfig getServletConfig()
          Gets the servlet configuration
 HttpServletRequest getServletRequest()
          retrieve the original servlet request
 HttpServletResponse getServletResponse()
          retrieve the original servlet response
 

Method Detail

getServletRequest

HttpServletRequest getServletRequest()
retrieve the original servlet request


getServletResponse

HttpServletResponse getServletResponse()
retrieve the original servlet response


getConnectionPathInfo

String getConnectionPathInfo()
get path info available to connection


getConnectionPath

String getConnectionPath()
gets the connection path


getServletConfig

ServletConfig getServletConfig()
Gets the servlet configuration

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/lib/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice