org.apache.pluto.internal
Interface InternalPortletContext

All Superinterfaces:
PortletContext
All Known Implementing Classes:
PortletContextImpl

public interface InternalPortletContext
extends PortletContext


Method Summary
 String getApplicationId()
          Retrieve the unique identifier for the portlet context.
 PortletAppDD getPortletApplicationDefinition()
           
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from interface javax.portlet.PortletContext
getAttribute, getAttributeNames, getContainerRuntimeOptions, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getPortletContextName, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, log, log, removeAttribute, setAttribute
 

Method Detail

getApplicationId

String getApplicationId()
Retrieve the unique identifier for the portlet context.

Returns:
unique identifier.

getServletContext

javax.servlet.ServletContext getServletContext()
Returns:
servlet context within which we belong

getPortletApplicationDefinition

PortletAppDD getPortletApplicationDefinition()
Returns:
application config


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.