Uses of Class
org.apache.pluto.PortletContainerException

Packages that use PortletContainerException
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
org.apache.pluto.internal   
org.apache.pluto.spi.optional   
 

Uses of PortletContainerException in org.apache.pluto
 

Methods in org.apache.pluto that throw PortletContainerException
 PortletContainer PortletContainerFactory.createContainer(java.lang.String containerName, RequiredContainerServices requiredServices)
          Create a container with the given containerName, initialized from the given servlet config, and using the given container services.
 void PortletContainer.init(javax.servlet.ServletContext servletContext)
          Initializes the container for use within the given servlet context.
 void PortletContainer.destroy()
          Shuts down the container.
 void PortletContainer.doRender(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Calls the render method of the given portlet window.
 void PortletContainer.doAction(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Indicates that a portlet action occured in the current request and calls the processAction method of this portlet.
 void PortletContainer.doLoad(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Indicates that the portlet must be initialized
 void PortletContainer.doAdmin(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Indicates that the portal needs to perform administrative actions upon the portlet and/or portlet application.
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletContainer.getPortletApplicationDescriptor(java.lang.String context)
          Retrieve the PortletAppDD for the portlet located at the supplied context.
 

Uses of PortletContainerException in org.apache.pluto.core
 

Methods in org.apache.pluto.core that throw PortletContainerException
 java.util.Map DefaultUserInfoService.getUserInfo(javax.portlet.PortletRequest request)
           
 java.util.Map DefaultUserInfoService.getUserInfo(javax.portlet.PortletRequest request, PortletWindow window)
           
 void PortletContainerImpl.init(javax.servlet.ServletContext servletContext)
          Initialize the container for use within the given configuration scope.
 void PortletContainerImpl.doRender(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders the portlet associated with the specified portlet window.
 void PortletContainerImpl.doAction(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Process action for the portlet associated with the given portlet window.
 void PortletContainerImpl.doLoad(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Loads the portlet associated with the specified portlet window.
 void PortletContainerImpl.doAdmin(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletContainerImpl.getPortletApplicationDescriptor(java.lang.String context)
           
 InternalPortletPreference[] DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, javax.portlet.PortletRequest request)
          Returns the stored portlet preferences array.
 void DefaultPortletPreferencesService.store(PortletWindow portletWindow, javax.portlet.PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet preferences to the in-memory storage.
 java.lang.String PortletContextManager.register(javax.servlet.ServletConfig config)
          Retrieves the PortletContext associated with the given ServletContext.
 InternalPortletContext PortletContextManager.register(javax.servlet.ServletContext servletContext)
          Deprecated. Use PortletContextManager.register(ServletConfig)
 javax.portlet.PortletContext PortletContextManager.getPortletContext(java.lang.String applicationId)
           
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletContextManager.getPortletApplicationDescriptor(java.lang.String applicationId)
           
 

Uses of PortletContainerException in org.apache.pluto.internal
 

Methods in org.apache.pluto.internal that throw PortletContainerException
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletDescriptorRegistry.getPortletAppDD(javax.servlet.ServletContext servletContext)
          Retrieve the Portlet Application Deployment Descriptor for the given servlet context.
 

Uses of PortletContainerException in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional that throw PortletContainerException
 java.util.Map UserInfoService.getUserInfo(javax.portlet.PortletRequest request)
          Deprecated. use UserInfoService.getUserInfo(PortletRequest, PortletWindow)
 java.util.Map UserInfoService.getUserInfo(javax.portlet.PortletRequest request, PortletWindow window)
          Retrieve the user attribues associated with the given request and window.
 org.apache.pluto.descriptors.portlet.PortletAppDD PortletRegistryService.getPortletApplicationDescriptor(java.lang.String name)
          Retrieve the portlet descriptor for the specified portlet application.
 javax.portlet.PortletContext PortletRegistryService.getPortletContext(java.lang.String applicationId)
          Retrieve the PortletContext for the specified applicationId
 org.apache.pluto.descriptors.portlet.PortletDD PortletRegistryService.getPortletDescriptor(java.lang.String applicationId, java.lang.String portletName)
          Retreive the portlet descriptor for the given portlet.
 javax.portlet.PortletConfig PortletRegistryService.getPortletConfig(java.lang.String applicationId, java.lang.String portletName)
          Retrieve the portlet configuration for the specified portlet
 InternalPortletPreference[] PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, javax.portlet.PortletRequest request)
          Returns the stored portlet preferences.
 void PortletPreferencesService.store(PortletWindow portletWindow, javax.portlet.PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet references to the persistent storage.
 



Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.