org.apache.pluto.internal
Interface InternalPortletContext
- All Superinterfaces:
- PortletContext
- All Known Implementing Classes:
- PortletContextImpl
public interface InternalPortletContext
- extends PortletContext
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 |
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.