|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortletWindow
uPortal extensions to the Pluto PortletWindow interface. A portlet window
represents the actual rendering/interaction layer of the portlet object model.
| Method Summary | |
|---|---|
IPortletWindowId |
getDelegationParent()
|
Integer |
getExpirationCache()
|
IPortletEntityId |
getPortletEntityId()
|
IPortletWindowId |
getPortletWindowId()
Retrieve this windows unique id which will be used to communicate back to the referencing portal. |
Map<String,List<String>> |
getRequestParameters()
|
void |
setExpirationCache(Integer expirationCache)
Sets the expiration timeout for the portlet rendering cache. |
void |
setPortletMode(PortletMode mode)
|
void |
setRequestParameters(Map<String,List<String>> requestParameters)
|
void |
setWindowState(WindowState state)
|
| Methods inherited from interface org.apache.pluto.PortletWindow |
|---|
getContextPath, getId, getPortletMode, getPortletName, getWindowState |
| Method Detail |
|---|
IPortletWindowId getPortletWindowId()
IPortletEntityId getPortletEntityId()
void setWindowState(WindowState state)
state - The current WindowState of this PortletWindow
IllegalArgumentException - If state is nullvoid setPortletMode(PortletMode mode)
mode - The current PortletMode of this PortletWindow
IllegalArgumentException - If mode is nullvoid setRequestParameters(Map<String,List<String>> requestParameters)
requestParameters - The current request parameters for the portlet
IllegalArgumentException - if parameters is null.Map<String,List<String>> getRequestParameters()
void setExpirationCache(Integer expirationCache)
expirationCache - Set the cache expiration length for the portlet in seconds.Integer getExpirationCache()
IPortletWindowId getDelegationParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||