Uses of Interface
org.gatein.pc.portlet.container.managed.ManagedPortletApplication
-
Packages that use ManagedPortletApplication Package Description org.gatein.pc.portlet.container.managed org.gatein.pc.portlet.impl.container org.gatein.pc.portlet.impl.deployment -
-
Uses of ManagedPortletApplication in org.gatein.pc.portlet.container.managed
Methods in org.gatein.pc.portlet.container.managed that return ManagedPortletApplication Modifier and Type Method Description ManagedPortletApplicationManagedPortletContainer. getManagedPortletApplication()ManagedPortletApplicationManagedPortletFilter. getManagedPortletApplication()ManagedPortletApplicationPortletApplicationRegistry. getManagedPortletApplication(String id)Return a portlet app using its id or null if it does not exist.Methods in org.gatein.pc.portlet.container.managed that return types with arguments of type ManagedPortletApplication Modifier and Type Method Description Collection<? extends ManagedPortletApplication>PortletApplicationRegistry. getManagedPortletApplications()Return an immutable list all the known portlet application in the registry. -
Uses of ManagedPortletApplication in org.gatein.pc.portlet.impl.container
Classes in org.gatein.pc.portlet.impl.container that implement ManagedPortletApplication Modifier and Type Class Description classPortletApplicationLifeCycle -
Uses of ManagedPortletApplication in org.gatein.pc.portlet.impl.deployment
Methods in org.gatein.pc.portlet.impl.deployment that return ManagedPortletApplication Modifier and Type Method Description ManagedPortletApplicationPortletApplicationDeployer. getManagedPortletApplication(String id)Methods in org.gatein.pc.portlet.impl.deployment that return types with arguments of type ManagedPortletApplication Modifier and Type Method Description Collection<? extends ManagedPortletApplication>PortletApplicationDeployer. getManagedPortletApplications()
-