Uses of Interface
org.gatein.pc.portlet.container.PortletContainer
-
Packages that use PortletContainer Package Description org.gatein.pc.portlet.container org.gatein.pc.portlet.container.object org.gatein.pc.portlet.impl.container org.gatein.pc.portlet.impl.jsr168 -
-
Uses of PortletContainer in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletContainer Modifier and Type Method Description PortletContainerPortletApplication. 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 PortletContainer Modifier and Type Method Description Collection<? extends PortletContainer>PortletApplication. getPortletContainers()Returns the set of related portlet containers.Methods in org.gatein.pc.portlet.container with parameters of type PortletContainer Modifier and Type Method Description voidContainerPortletInvoker. 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.object Modifier and Type Interface Description interfacePortletContainerObjectContains life cycle and wiring details for the kernel environment.Methods in org.gatein.pc.portlet.container.object with parameters of type PortletContainer Modifier and Type Method Description voidPortletApplicationObject. 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 Modifier and Type Method Description PortletContainerPortletContainerLifeCycle. getPortletContainer() -
Uses of PortletContainer in org.gatein.pc.portlet.impl.jsr168
Classes in org.gatein.pc.portlet.impl.jsr168 that implement PortletContainer Modifier and Type Class Description classPortletContainerImplFields in org.gatein.pc.portlet.impl.jsr168 with type parameters of type PortletContainer Modifier and Type Field Description protected LinkedHashMap<String,PortletContainer>PortletApplicationImpl. portlets.Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletContainer Modifier and Type Method Description PortletContainerPortletApplicationImpl. getPortletContainer(String name)Methods in org.gatein.pc.portlet.impl.jsr168 that return types with arguments of type PortletContainer Modifier and Type Method Description Set<PortletContainer>PortletApplicationImpl. getPortletContainers()Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletContainer Modifier and Type Method Description voidPortletApplicationImpl. addPortletContainer(PortletContainer container)voidPortletApplicationImpl. removePortletContainer(PortletContainer container)Constructors in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletContainer Constructor Description PortletRequestAttributes(org.gatein.pc.api.spi.SecurityContext securityContext, PortletContainer container, org.gatein.pc.api.spi.UserContext userContext, javax.servlet.http.HttpServletRequestWrapper wreq)
-