|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortletDelegationManager
Provides some utility methods for dealing with delegate rendering of portlets
| Field Summary | |
|---|---|
static String |
DELEGATE_ACTION_REDIRECT_TOKEN
|
| Method Summary | |
|---|---|
PortletUrl |
getDelegatePortletActionRedirectUrl(HttpServletRequest request)
|
PortletUrl |
getDelegatePortletActionRedirectUrl(PortletRequest request)
|
PortletUrl |
getParentPortletUrl(HttpServletRequest request,
IPortletWindowId parentPortletWindowId)
Get the URL data to use for the delegation parent window |
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 |
| Field Detail |
|---|
static final String DELEGATE_ACTION_REDIRECT_TOKEN
| Method Detail |
|---|
void setParentPortletUrl(HttpServletRequest request,
PortletUrl parentPortletUrl)
parentPortletUrl - The parent URL data
PortletUrl getParentPortletUrl(HttpServletRequest request,
IPortletWindowId parentPortletWindowId)
parentPortletWindowId - The ID of the portlet window to get the PortletUrl for
void setDelegatePortletActionRedirectUrl(HttpServletRequest request,
PortletUrl portletUrl)
request - The portlet adaptor request for the delegateportletUrl - The URL to pass to the delegation dispatcherPortletUrl getDelegatePortletActionRedirectUrl(HttpServletRequest request)
request - The portlet adapter request for the delgate parent
PortletUrl getDelegatePortletActionRedirectUrl(PortletRequest request)
request - The portlet adapter request for the delgate parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||