Uses of Interface
org.jboss.portal.portlet.info.PortletInfo

Packages that use PortletInfo
org.jboss.portal.portlet   
org.jboss.portal.portlet.container   
org.jboss.portal.portlet.container.managed   
org.jboss.portal.portlet.controller   
org.jboss.portal.portlet.controller.impl   
org.jboss.portal.portlet.federation.impl   
org.jboss.portal.portlet.impl.container   
org.jboss.portal.portlet.impl.info   
org.jboss.portal.portlet.state.consumer   
org.jboss.portal.portlet.state.producer   
 

Uses of PortletInfo in org.jboss.portal.portlet
 

Methods in org.jboss.portal.portlet that return PortletInfo
 PortletInfo Portlet.getInfo()
          Return the portlet info.
 

Uses of PortletInfo in org.jboss.portal.portlet.container
 

Methods in org.jboss.portal.portlet.container that return PortletInfo
 PortletInfo PortletContainer.getInfo()
          Returns the runtime meta data of the container.
 

Uses of PortletInfo in org.jboss.portal.portlet.container.managed
 

Methods in org.jboss.portal.portlet.container.managed that return PortletInfo
 PortletInfo ManagedPortletContainer.getInfo()
           
 

Uses of PortletInfo in org.jboss.portal.portlet.controller
 

Methods in org.jboss.portal.portlet.controller that return PortletInfo
 PortletInfo PortletControllerContext.getPortletInfo(java.lang.String windowId)
          Returns the portet info for a specified window.
 

Uses of PortletInfo in org.jboss.portal.portlet.controller.impl
 

Methods in org.jboss.portal.portlet.controller.impl that return PortletInfo
 PortletInfo AbstractPortletControllerContext.getPortletInfo(java.lang.String windowId)
           
 

Uses of PortletInfo in org.jboss.portal.portlet.federation.impl
 

Methods in org.jboss.portal.portlet.federation.impl that return PortletInfo
 PortletInfo FederatedPortlet.getInfo()
           
 

Uses of PortletInfo in org.jboss.portal.portlet.impl.container
 

Methods in org.jboss.portal.portlet.impl.container that return PortletInfo
 PortletInfo PortletContainerLifeCycle.getInfo()
           
 

Uses of PortletInfo in org.jboss.portal.portlet.impl.info
 

Classes in org.jboss.portal.portlet.impl.info that implement PortletInfo
 class ContainerPortletInfo
          For now implementation that use the portlet container directly.
 

Uses of PortletInfo in org.jboss.portal.portlet.state.consumer
 

Methods in org.jboss.portal.portlet.state.consumer that return PortletInfo
 PortletInfo ConsumerPortlet.getInfo()
           
 

Uses of PortletInfo in org.jboss.portal.portlet.state.producer
 

Methods in org.jboss.portal.portlet.state.producer that return PortletInfo
 PortletInfo ProducerPortlet.getInfo()
           
 



Copyright © 2008. All Rights Reserved.