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 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

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

Method Detail

getServletContext

javax.servlet.ServletContext getServletContext()

getApplication

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


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