Uses of Interface
org.apache.pluto.PortletWindow

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

Uses of PortletWindow in org.apache.pluto
 

Methods in org.apache.pluto with parameters of type PortletWindow
 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.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.
 void PortletContainer.doLoad(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Indicates that the portlet must be initialized
 void PortletContainer.doRender(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Calls the render method of the given portlet window.
 

Uses of PortletWindow in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletWindow
 PortletWindow ContainerInvocation.getPortletWindow()
           
 

Methods in org.apache.pluto.core with parameters of type PortletWindow
 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.doAdmin(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 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.doRender(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders the portlet associated with the specified portlet window.
 java.lang.String DefaultPortletInfoService.getKeywords(PortletWindow window)
           
 java.lang.String DefaultPortletInfoService.getShortTitle(PortletWindow window)
           
 InternalPortletPreference[] DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, javax.portlet.PortletRequest request)
          Returns the stored portlet preferences array.
 java.lang.String DefaultPortletInfoService.getTitle(PortletWindow window)
           
static void ContainerInvocation.setInvocation(PortletContainer container, PortletWindow window)
          Set the container currently under execution.
 void ContainerInvocation.setWindow(PortletWindow window)
           
 void DefaultPortletPreferencesService.store(PortletWindow portletWindow, javax.portlet.PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet preferences to the in-memory storage.
 

Constructors in org.apache.pluto.core with parameters of type PortletWindow
ContainerInvocation(PortletWindow window, PortletContainer container)
           
 

Uses of PortletWindow in org.apache.pluto.internal
 

Subinterfaces of PortletWindow in org.apache.pluto.internal
 interface InternalPortletWindow
          The internal portlet window represents a single window of a portlet instance as it can be shown only once on a single page.
 

Methods in org.apache.pluto.internal that return PortletWindow
 PortletWindow InternalPortletWindow.getOriginalPortletWindow()
          Retrieve the original portlet window with which the container was invoked.
 

Uses of PortletWindow in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement PortletWindow
 class InternalPortletWindowImpl
          Implementation of InternalPortletWindow interface.
 

Methods in org.apache.pluto.internal.impl that return PortletWindow
 PortletWindow InternalPortletWindowImpl.getOriginalPortletWindow()
           
 

Constructors in org.apache.pluto.internal.impl with parameters of type PortletWindow
InternalPortletWindowImpl(javax.servlet.ServletContext context, PortletWindow portletWindow)
          Constructs an internal portlet window that wraps a portlet window.
 

Uses of PortletWindow in org.apache.pluto.spi
 

Methods in org.apache.pluto.spi with parameters of type PortletWindow
 void PortalCallbackService.addResponseProperty(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow, java.lang.String property, java.lang.String value)
           
 PortletURLProvider PortalCallbackService.getPortletURLProvider(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow)
          Returns a URL provider used to constuct a URL to the given portlet.
 java.util.Map PortalCallbackService.getRequestProperties(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow)
           
 ResourceURLProvider PortalCallbackService.getResourceURLProvider(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow)
          Returns a URL provider used to construct a URL to a resource in the web application.
 void PortalCallbackService.setResponseProperty(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow, java.lang.String property, java.lang.String value)
           
 void PortalCallbackService.setTitle(javax.servlet.http.HttpServletRequest request, PortletWindow portletWindow, java.lang.String title)
          Set the title to be used for this portlet.
 

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

Methods in org.apache.pluto.spi.optional with parameters of type PortletWindow
 java.lang.String PortletInfoService.getKeywords(PortletWindow window)
          Retrieve the keywords for the specified portlet window.
 java.lang.String PortletInfoService.getShortTitle(PortletWindow window)
          Retrieve the shorttitle for the specified portlet window.
 InternalPortletPreference[] PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, javax.portlet.PortletRequest request)
          Returns the stored portlet preferences.
 java.lang.String PortletInfoService.getTitle(PortletWindow window)
          Retrieve the title for the specificed portlet window.
 void PortletPreferencesService.store(PortletWindow portletWindow, javax.portlet.PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet references to the persistent storage.
 



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