|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IPortletWindowRegistry directly
@Deprecated public interface ITransientPortletWindowRegistry
Extended version of IPortletWindowRegistry that handles transient portlet windows that only exist in object
form for the duration of a request.
| Method Summary | |
|---|---|
IPortletWindowId |
createTransientPortletWindowId(HttpServletRequest request,
IPortletWindowId sourcePortletWindowId)
Deprecated. Creates an IPortletWindowId for the specified string identifier |
boolean |
isTransient(HttpServletRequest request,
IPortletWindowId portletWindowId)
Deprecated. |
| Methods inherited from interface org.jasig.portal.portlet.registry.IPortletWindowRegistry |
|---|
convertPortletWindow, createDefaultPortletWindow, createDelegatePortletWindow, createPortletWindow, getDefaultPortletWindowId, getOrCreateDefaultPortletWindow, getOrCreateDelegatePortletWindow, getOrCreatePortletWindow, getParentPortletEntity, getPortletWindow, getPortletWindow, getPortletWindowId |
| Method Detail |
|---|
IPortletWindowId createTransientPortletWindowId(HttpServletRequest request,
IPortletWindowId sourcePortletWindowId)
createTransientPortletWindowId in interface IPortletWindowRegistryportletWindowId - The string represenation of the portlet window ID.
IllegalArgumentException - If portletWindowId is null
boolean isTransient(HttpServletRequest request,
IPortletWindowId portletWindowId)
isTransient in interface IPortletWindowRegistryrequest - The current portal requestportletWindowId - The window ID to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||