Uses of Interface
org.apache.pluto.PortletWindowID

Packages that use PortletWindowID
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.driver.core   
org.apache.pluto.internal.impl   
org.apache.pluto.util   
org.apache.pluto.util.impl   
 

Uses of PortletWindowID in org.apache.pluto
 

Methods in org.apache.pluto that return PortletWindowID
 PortletWindowID PortletWindow.getId()
          Retrieve this windows unique id which will be used to communicate back to the referencing portal.
 

Uses of PortletWindowID in org.apache.pluto.driver.core
 

Classes in org.apache.pluto.driver.core that implement PortletWindowID
 class PortletWindowIDImpl
          Wraps around the internal Object IDs.
 

Methods in org.apache.pluto.driver.core that return PortletWindowID
 PortletWindowID PortletWindowImpl.getId()
           
 

Uses of PortletWindowID in org.apache.pluto.internal.impl
 

Methods in org.apache.pluto.internal.impl that return PortletWindowID
 PortletWindowID InternalPortletWindowImpl.getId()
           
 

Uses of PortletWindowID in org.apache.pluto.util
 

Methods in org.apache.pluto.util with parameters of type PortletWindowID
 java.lang.String NamespaceMapper.decode(PortletWindowID ns, java.lang.String name)
           
 java.lang.String NamespaceMapper.encode(PortletWindowID ns1, PortletWindowID ns2, java.lang.String name)
           
 java.lang.String NamespaceMapper.encode(PortletWindowID namespace, java.lang.String name)
           
 

Uses of PortletWindowID in org.apache.pluto.util.impl
 

Methods in org.apache.pluto.util.impl with parameters of type PortletWindowID
 java.lang.String NamespaceMapperImpl.decode(PortletWindowID portletWindowId, java.lang.String name)
           
 java.lang.String NamespaceMapperImpl.encode(PortletWindowID portletWindowId1, PortletWindowID portletWindowId2, java.lang.String name)
           
 java.lang.String NamespaceMapperImpl.encode(PortletWindowID portletWindowId, java.lang.String name)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.