|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletDelegationLocator
Creates PortletDelegationDispatcher instances that can be used to execute another portlet as a child.
| Field Summary | |
|---|---|
static String |
PORTLET_DELECATION_LOCATOR_ATTR
The PortletDelegationLocator instance will be available in the request under this key |
| Method Summary | |
|---|---|
PortletDelegationDispatcher |
createRequestDispatcher(PortletRequest request,
IPortletDefinitionId portletDefinitionId)
Creates a new portlet delegation dispatcher and corresponding portlet window |
PortletDelegationDispatcher |
createRequestDispatcher(PortletRequest request,
String fName)
Creates a new portlet delegation dispatcher and corresponding portlet window |
PortletDelegationDispatcher |
getRequestDispatcher(PortletRequest request,
IPortletWindowId portletWindowId)
Get an existing delegation dispatcher for an existing portlet window. |
| Field Detail |
|---|
static final String PORTLET_DELECATION_LOCATOR_ATTR
| Method Detail |
|---|
PortletDelegationDispatcher createRequestDispatcher(PortletRequest request,
String fName)
request - The current requestfName - The functional name of the portlet to create a dispatcher for
PortletDelegationDispatcher createRequestDispatcher(PortletRequest request,
IPortletDefinitionId portletDefinitionId)
request - The current requestportletDefinitionId - The portlet definition id of the portlet to create a dispatcher for
PortletDelegationDispatcher getRequestDispatcher(PortletRequest request,
IPortletWindowId portletWindowId)
request - The current requestportletWindowId - The IPortletWindowId from the previously created dispatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||