Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletContext

All Superinterfaces:
javax.portlet.PortletContext

public interface EbiPortletContext
extends javax.portlet.PortletContext

The PortletContext interface extends from javax.portlet.PortletContext (jsr168) to provides access the underlying ServletContext

Since:
v5.0

Method Summary
 ServletContext getServletContext()
          Gets the associated ServletContext.
 
Methods implemented from interface javax.portlet.PortletContext
getAttribute, getAttributeNames, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getPortletContextName, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, log, log, removeAttribute, setAttribute
 

Method Detail

getServletContext

public ServletContext getServletContext()
Gets the associated ServletContext.
Returns:
the associated ServletContext.
Since:
v5.0

Novell exteNd
Director 5.2 API