org.apache.pluto.factory
Interface PortletConfigFactory

All Superinterfaces:
Factory
All Known Implementing Classes:
PortletConfigFactoryImpl

public interface PortletConfigFactory
extends Factory


Method Summary
 PortletConfig getPortletConfig(javax.servlet.ServletConfig servletConfig, PortletContext portletContext, PortletDefinition portletDefinition)
           
 
Methods inherited from interface org.apache.pluto.factory.Factory
destroy, init
 

Method Detail

getPortletConfig

PortletConfig getPortletConfig(javax.servlet.ServletConfig servletConfig,
                               PortletContext portletContext,
                               PortletDefinition portletDefinition)