Uses of Interface
org.jasig.portal.api.portlet.PortletDelegationDispatcher

Packages that use PortletDelegationDispatcher
org.jasig.portal.api.portlet   
org.jasig.portal.portlet.delegation   
 

Uses of PortletDelegationDispatcher in org.jasig.portal.api.portlet
 

Methods in org.jasig.portal.api.portlet that return PortletDelegationDispatcher
 PortletDelegationDispatcher PortletDelegationLocator.createRequestDispatcher(PortletRequest request, IPortletDefinitionId portletDefinitionId)
          Creates a new portlet delegation dispatcher and corresponding portlet window
 PortletDelegationDispatcher PortletDelegationLocator.createRequestDispatcher(PortletRequest request, String fName)
          Creates a new portlet delegation dispatcher and corresponding portlet window
 PortletDelegationDispatcher PortletDelegationLocator.getRequestDispatcher(PortletRequest request, IPortletWindowId portletWindowId)
          Get an existing delegation dispatcher for an existing portlet window.
 

Uses of PortletDelegationDispatcher in org.jasig.portal.portlet.delegation
 

Classes in org.jasig.portal.portlet.delegation that implement PortletDelegationDispatcher
 class PortletDelegationDispatcherImpl
           
 

Methods in org.jasig.portal.portlet.delegation that return PortletDelegationDispatcher
 PortletDelegationDispatcher PortletDelegationLocatorImpl.createRequestDispatcher(PortletRequest portletRequest, IPortletDefinitionId portletDefinitionId)
           
 PortletDelegationDispatcher PortletDelegationLocatorImpl.createRequestDispatcher(PortletRequest portletRequest, String fName)
           
 PortletDelegationDispatcher PortletDelegationLocatorImpl.getRequestDispatcher(PortletRequest portletRequest, IPortletWindowId portletWindowId)
           
 



Copyright © 2010 Jasig. All Rights Reserved.