org.apache.pluto.factory
Interface PortletContextFactory

All Superinterfaces:
Factory
All Known Implementing Classes:
PortletContextFactoryImpl

public interface PortletContextFactory
extends Factory


Method Summary
 javax.portlet.PortletContext getPortletContext(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
           
 
Methods inherited from interface org.apache.pluto.factory.Factory
destroy, init
 

Method Detail

getPortletContext

public javax.portlet.PortletContext getPortletContext(javax.servlet.ServletContext servletContext,
                                                      PortletApplicationDefinition portletApplicationDefinition)


Copyright © 2003-2007 . All Rights Reserved.