org.apache.pluto.factory
Interface PortletSessionFactory

All Superinterfaces:
Factory
All Known Implementing Classes:
PortletSessionFactoryImpl

public interface PortletSessionFactory
extends Factory


Method Summary
 javax.portlet.PortletSession getPortletSession(PortletWindow portletWindow, javax.servlet.http.HttpSession httpSession)
           
 
Methods inherited from interface org.apache.pluto.factory.Factory
destroy, init
 

Method Detail

getPortletSession

javax.portlet.PortletSession getPortletSession(PortletWindow portletWindow,
                                               javax.servlet.http.HttpSession httpSession)


Copyright © 2003-2010 . All Rights Reserved.