org.apache.pluto.internal
Interface InternalPortletConfig

All Superinterfaces:
PortletConfig
All Known Implementing Classes:
PortletConfigImpl

public interface InternalPortletConfig
extends PortletConfig


Method Summary
 PortletDD getPortletDefinition()
           
 javax.servlet.ServletConfig getServletConfig()
           
 
Methods inherited from interface javax.portlet.PortletConfig
getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales
 

Method Detail

getServletConfig

javax.servlet.ServletConfig getServletConfig()

getPortletDefinition

PortletDD getPortletDefinition()


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