org.apache.jetspeed.container
Interface InternalPortletContext

All Known Implementing Classes:
JetspeedPortletContext

public interface InternalPortletContext

This interface defines the internal methods used on the Portlet Context.

Version:
$Id: InternalPortletContext.java 185962 2004-03-08 01:03:33Z jford $
Author:
David Sean Taylor

Method Summary
 org.apache.pluto.om.portlet.PortletApplicationDefinition getApplication()
           
 javax.servlet.ServletContext getServletContext()
           
 

Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()

getApplication

public org.apache.pluto.om.portlet.PortletApplicationDefinition getApplication()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.