org.apache.pluto.internal
Interface InternalPortletConfig

All Superinterfaces:
javax.portlet.PortletConfig
All Known Implementing Classes:
PortletConfigImpl

public interface InternalPortletConfig
extends javax.portlet.PortletConfig


Method Summary
 org.apache.pluto.descriptors.portlet.PortletDD getPortletDefinition()
           
 javax.servlet.ServletConfig getServletConfig()
           
 
Methods inherited from interface javax.portlet.PortletConfig
getInitParameter, getInitParameterNames, getPortletContext, getPortletName, getResourceBundle
 

Method Detail

getServletConfig

public javax.servlet.ServletConfig getServletConfig()

getPortletDefinition

public org.apache.pluto.descriptors.portlet.PortletDD getPortletDefinition()


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