Uses of Interface
org.jboss.portal.portlet.container.managed.ManagedPortletApplication

Packages that use ManagedPortletApplication
org.jboss.portal.portlet.container.managed   
org.jboss.portal.portlet.impl.container   
org.jboss.portal.portlet.mc   
 

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

Methods in org.jboss.portal.portlet.container.managed that return ManagedPortletApplication
 ManagedPortletApplication ManagedPortletContainer.getManagedPortletApplication()
           
 ManagedPortletApplication ManagedPortletFilter.getManagedPortletApplication()
           
 ManagedPortletApplication PortletApplicationRegistry.getManagedPortletApplication(java.lang.String id)
          Return a portlet app using its id or null if it does not exist.
 

Methods in org.jboss.portal.portlet.container.managed that return types with arguments of type ManagedPortletApplication
 java.util.Collection<? extends ManagedPortletApplication> PortletApplicationRegistry.getManagedPortletApplications()
          Return an immutable list all the known portlet application in the registry.
 

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

Classes in org.jboss.portal.portlet.impl.container that implement ManagedPortletApplication
 class PortletApplicationLifeCycle
           
 

Uses of ManagedPortletApplication in org.jboss.portal.portlet.mc
 

Methods in org.jboss.portal.portlet.mc that return ManagedPortletApplication
 ManagedPortletApplication PortletApplicationDeployer.getManagedPortletApplication(java.lang.String id)
           
 

Methods in org.jboss.portal.portlet.mc that return types with arguments of type ManagedPortletApplication
 java.util.Collection<? extends ManagedPortletApplication> PortletApplicationDeployer.getManagedPortletApplications()
           
 



Copyright © 2008. All Rights Reserved.