Uses of Class
org.apache.wsrp4j.persistence.xml.driver.PortletList

Packages that use PortletList
org.apache.wsrp4j.persistence.xml   
org.apache.wsrp4j.persistence.xml.driver   
 

Uses of PortletList in org.apache.wsrp4j.persistence.xml
 

Methods in org.apache.wsrp4j.persistence.xml with parameters of type PortletList
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 

Uses of PortletList in org.apache.wsrp4j.persistence.xml.driver
 

Methods in org.apache.wsrp4j.persistence.xml.driver with parameters of type PortletList
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 



--