Uses of Interface
org.gatein.pc.portlet.container.PortletContainer
Packages that use PortletContainer
Package
Description
-
Uses of PortletContainer in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletContainerModifier and TypeMethodDescriptionPortletApplication.getPortletContainer(String containerId) Returns a specific container or null if it does not existMethods in org.gatein.pc.portlet.container that return types with arguments of type PortletContainerModifier and TypeMethodDescriptionCollection<? extends PortletContainer>PortletApplication.getPortletContainers()Returns the set of related portlet containers.Methods in org.gatein.pc.portlet.container with parameters of type PortletContainerModifier and TypeMethodDescriptionvoidContainerPortletInvoker.addPortletContainer(PortletContainer portletContainer) voidContainerPortletInvoker.removePortletContainer(PortletContainer portletContainer) -
Uses of PortletContainer in org.gatein.pc.portlet.container.object
Subinterfaces of PortletContainer in org.gatein.pc.portlet.container.objectModifier and TypeInterfaceDescriptioninterfaceContains life cycle and wiring details for the kernel environment.Methods in org.gatein.pc.portlet.container.object with parameters of type PortletContainerModifier and TypeMethodDescriptionvoidPortletApplicationObject.addPortletContainer(PortletContainer container) Add a container.voidPortletApplicationObject.removePortletContainer(PortletContainer container) Remove a container. -
Uses of PortletContainer in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container that return PortletContainer -
Uses of PortletContainer in org.gatein.pc.portlet.impl.jsr168
Classes in org.gatein.pc.portlet.impl.jsr168 that implement PortletContainerFields in org.gatein.pc.portlet.impl.jsr168 with type parameters of type PortletContainerModifier and TypeFieldDescriptionprotected LinkedHashMap<String,PortletContainer> PortletApplicationImpl.portlets.Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletContainerMethods in org.gatein.pc.portlet.impl.jsr168 that return types with arguments of type PortletContainerMethods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletContainerModifier and TypeMethodDescriptionvoidPortletApplicationImpl.addPortletContainer(PortletContainer container) voidPortletApplicationImpl.removePortletContainer(PortletContainer container) Constructors in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletContainerModifierConstructorDescriptionPortletRequestAttributes(org.gatein.pc.api.spi.SecurityContext securityContext, PortletContainer container, org.gatein.pc.api.spi.UserContext userContext, javax.servlet.http.HttpServletRequestWrapper wreq)