Uses of Interface
org.apache.jetspeed.portal.PortletInstance

Packages that use PortletInstance
org.apache.jetspeed.modules.actions.portlets   
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.portlets   
org.apache.jetspeed.portal.security.portlets This package is for portal implementation wrappers that do security checked access to public methods in portlet classes. 
org.apache.jetspeed.services.persistence   
 

Uses of PortletInstance in org.apache.jetspeed.modules.actions.portlets
 

Methods in org.apache.jetspeed.modules.actions.portlets that return PortletInstance
 PortletInstance GenericMVCAction.getPortletInstance(org.apache.velocity.context.Context context)
          Convenience method for retreiving this action's PortletInstance
 

Uses of PortletInstance in org.apache.jetspeed.portal
 

Classes in org.apache.jetspeed.portal that implement PortletInstance
 class JetspeedPortletInstance
          Default Implementation of Jetspeed Portlet Instance.
 

Methods in org.apache.jetspeed.portal that return PortletInstance
 PortletInstance Portlet.getInstance(org.apache.turbine.util.RunData rundata)
          Gets the portlet instance associated with this portlet.
 PortletInstance BasePortletSet.getInstance(org.apache.turbine.util.RunData rundata)
          Gets the portlet instance associated with this portlet.
 

Uses of PortletInstance in org.apache.jetspeed.portal.portlets
 

Methods in org.apache.jetspeed.portal.portlets that return PortletInstance
 PortletInstance ContainerTestPortlet.getInstance(org.apache.turbine.util.RunData rundata)
          Gets the portlet instance associated with this portlet.
 PortletInstance AbstractPortlet.getInstance(org.apache.turbine.util.RunData rundata)
          Gets the portlet instance associated with this portlet.
 

Uses of PortletInstance in org.apache.jetspeed.portal.security.portlets
 

Methods in org.apache.jetspeed.portal.security.portlets that return PortletInstance
 PortletInstance PortletWrapper.getInstance(org.apache.turbine.util.RunData rundata)
          Gets the portlet instance associated with this portlet.
 

Uses of PortletInstance in org.apache.jetspeed.services.persistence
 

Methods in org.apache.jetspeed.services.persistence that return PortletInstance
 PortletInstance PortalPersistenceService.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
          Retrieves a portlet instance from persistent storage for the given portlet.
 PortletInstance PortalPersistenceService.getInstance(Portlet portlet, Profile profile)
          Retrieves a PersistentPortlet instance for this portlet.
static PortletInstance PersistenceManager.getInstance(Portlet portlet, Profile profile)
          Retrieves a portlet instance from persistent storage for the given portlet.
static PortletInstance PersistenceManager.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
          Retrieves a portlet instance from persistent storage for the given portlet.
 PortletInstance JetspeedPortalPersistenceService.getInstance(Portlet portlet, Profile profile)
           
 PortletInstance JetspeedPortalPersistenceService.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
           
 

Methods in org.apache.jetspeed.services.persistence with parameters of type PortletInstance
 void PortalPersistenceService.store(PortletInstance instance)
          Store a portlet instance to permenant storage.
static void PersistenceManager.store(PortletInstance pPortlet)
          Store a portlet instance to permenant storage.
 void JetspeedPortalPersistenceService.store(PortletInstance pPortlet)
           
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.