Uses of Interface
org.jboss.portal.portlet.container.PortletContainer

Packages that use PortletContainer
org.jboss.portal.portlet.container   
org.jboss.portal.portlet.container.object   
org.jboss.portal.portlet.impl.container   
org.jboss.portal.portlet.impl.jsr168   
 

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

Methods in org.jboss.portal.portlet.container that return PortletContainer
 PortletContainer PortletApplication.getPortletContainer(java.lang.String containerId)
          Returns a specific container or null if it does not exist
 

Methods in org.jboss.portal.portlet.container that return types with arguments of type PortletContainer
 java.util.Collection<? extends PortletContainer> PortletApplication.getPortletContainers()
          Returns the set of related portlet containers.
 

Methods in org.jboss.portal.portlet.container with parameters of type PortletContainer
 void ContainerPortletInvoker.addPortletContainer(PortletContainer portletContainer)
           
 void ContainerPortletInvoker.removePortletContainer(PortletContainer portletContainer)
           
 

Uses of PortletContainer in org.jboss.portal.portlet.container.object
 

Subinterfaces of PortletContainer in org.jboss.portal.portlet.container.object
 interface PortletContainerObject
          Contains life cycle and wiring details for the kernel environment.
 

Methods in org.jboss.portal.portlet.container.object with parameters of type PortletContainer
 void PortletApplicationObject.addPortletContainer(PortletContainer container)
          Add a container.
 void PortletApplicationObject.removePortletContainer(PortletContainer container)
          Remove a container.
 

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

Methods in org.jboss.portal.portlet.impl.container that return PortletContainer
 PortletContainer PortletContainerLifeCycle.getPortletContainer()
           
 

Uses of PortletContainer in org.jboss.portal.portlet.impl.jsr168
 

Classes in org.jboss.portal.portlet.impl.jsr168 that implement PortletContainer
 class PortletContainerImpl
           
 

Fields in org.jboss.portal.portlet.impl.jsr168 with type parameters of type PortletContainer
protected  java.util.LinkedHashMap<java.lang.String,PortletContainer> PortletApplicationImpl.portlets
          .
 

Methods in org.jboss.portal.portlet.impl.jsr168 that return PortletContainer
 PortletContainer PortletApplicationImpl.getPortletContainer(java.lang.String name)
           
 

Methods in org.jboss.portal.portlet.impl.jsr168 that return types with arguments of type PortletContainer
 java.util.Set<PortletContainer> PortletApplicationImpl.getPortletContainers()
           
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletContainer
 void PortletApplicationImpl.addPortletContainer(PortletContainer container)
           
 void PortletApplicationImpl.removePortletContainer(PortletContainer container)
           
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletContainer
PortletRequestAttributes(SecurityContext securityContext, PortletContainer container, UserContext userContext, javax.servlet.http.HttpServletRequestWrapper wreq)
           
 



Copyright © 2008. All Rights Reserved.