|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.portlet.delegation.PortletDelegationLocatorImpl
public class PortletDelegationLocatorImpl
| Field Summary |
|---|
| Fields inherited from interface org.jasig.portal.api.portlet.PortletDelegationLocator |
|---|
PORTLET_DELECATION_LOCATOR_ATTR |
| Fields inherited from interface org.jasig.portal.portlet.delegation.IPortletDelegationManager |
|---|
DELEGATE_ACTION_REDIRECT_TOKEN |
| Constructor Summary | |
|---|---|
PortletDelegationLocatorImpl()
|
|
| Method Summary | |
|---|---|
PortletDelegationDispatcher |
createRequestDispatcher(PortletRequest portletRequest,
IPortletDefinitionId portletDefinitionId)
Creates a new portlet delegation dispatcher and corresponding portlet window |
PortletDelegationDispatcher |
createRequestDispatcher(PortletRequest portletRequest,
String fName)
Creates a new portlet delegation dispatcher and corresponding portlet window |
PortletUrl |
getDelegatePortletActionRedirectUrl(HttpServletRequest request)
|
PortletUrl |
getDelegatePortletActionRedirectUrl(PortletRequest portletRequest)
|
PortletUrl |
getParentPortletUrl(HttpServletRequest request,
IPortletWindowId parentPortletWindowId)
Get the URL data to use for the delegation parent window |
PortletDelegationDispatcher |
getRequestDispatcher(PortletRequest portletRequest,
IPortletWindowId portletWindowId)
Get an existing delegation dispatcher for an existing portlet window. |
void |
setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
|
void |
setDelegatePortletActionRedirectUrl(HttpServletRequest request,
PortletUrl portletUrl)
Pass the url generated after a delegates processAction |
void |
setParentPortletUrl(HttpServletRequest request,
PortletUrl parentPortletUrl)
Set the URL to use as parent data when generating delegate portlet URLs |
void |
setPersonManager(IPersonManager personManager)
|
void |
setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
|
void |
setPortletDefinitionRegistry(IPortletDefinitionRegistry portletDefinitionRegistry)
|
void |
setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
|
void |
setPortletRenderer(IPortletRenderer portletRenderer)
|
void |
setPortletRequestParameterManager(IPortletRequestParameterManager portletRequestParameterManager)
|
void |
setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletDelegationLocatorImpl()
| Method Detail |
|---|
public void setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
public void setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
public void setPersonManager(IPersonManager personManager)
public void setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
public void setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
public void setPortletRenderer(IPortletRenderer portletRenderer)
public void setPortletRequestParameterManager(IPortletRequestParameterManager portletRequestParameterManager)
public void setPortletDefinitionRegistry(IPortletDefinitionRegistry portletDefinitionRegistry)
public PortletDelegationDispatcher createRequestDispatcher(PortletRequest portletRequest,
String fName)
PortletDelegationLocator
createRequestDispatcher in interface PortletDelegationLocatorportletRequest - The current requestfName - The functional name of the portlet to create a dispatcher for
public PortletDelegationDispatcher createRequestDispatcher(PortletRequest portletRequest,
IPortletDefinitionId portletDefinitionId)
PortletDelegationLocator
createRequestDispatcher in interface PortletDelegationLocatorportletRequest - The current requestportletDefinitionId - The portlet definition id of the portlet to create a dispatcher for
public PortletDelegationDispatcher getRequestDispatcher(PortletRequest portletRequest,
IPortletWindowId portletWindowId)
PortletDelegationLocator
getRequestDispatcher in interface PortletDelegationLocatorportletRequest - The current requestportletWindowId - The IPortletWindowId from the previously created dispatcher
public void setParentPortletUrl(HttpServletRequest request,
PortletUrl parentPortletUrl)
IPortletDelegationManager
setParentPortletUrl in interface IPortletDelegationManagerparentPortletUrl - The parent URL data
public PortletUrl getParentPortletUrl(HttpServletRequest request,
IPortletWindowId parentPortletWindowId)
IPortletDelegationManager
getParentPortletUrl in interface IPortletDelegationManagerparentPortletWindowId - The ID of the portlet window to get the PortletUrl for
public void setDelegatePortletActionRedirectUrl(HttpServletRequest request,
PortletUrl portletUrl)
IPortletDelegationManager
setDelegatePortletActionRedirectUrl in interface IPortletDelegationManagerrequest - The portlet adaptor request for the delegateportletUrl - The URL to pass to the delegation dispatcherpublic PortletUrl getDelegatePortletActionRedirectUrl(HttpServletRequest request)
getDelegatePortletActionRedirectUrl in interface IPortletDelegationManagerrequest - The portlet adapter request for the delgate parent
public PortletUrl getDelegatePortletActionRedirectUrl(PortletRequest portletRequest)
getDelegatePortletActionRedirectUrl in interface IPortletDelegationManagerportletRequest - The portlet adapter request for the delgate parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||