org.jasig.portal.url
Interface IPortalRequestInfo


public interface IPortalRequestInfo

Provides information about the portal request.

Version:
$Revision: 19776 $
Author:
Eric Dalquist

Method Summary
 String getTargetedChannelSubscribeId()
           
 String getTargetedLayoutNodeId()
           
 IPortletWindowId getTargetedPortletWindowId()
           
 UrlState getUrlState()
           
 boolean isAction()
           
 

Method Detail

getUrlState

UrlState getUrlState()
Returns:
The state rendered by the URL

getTargetedLayoutNodeId

String getTargetedLayoutNodeId()
Returns:
The layout node being targeted by the request. If the request isn't targeting a particular layout node null is returned.

getTargetedChannelSubscribeId

String getTargetedChannelSubscribeId()
Returns:
The channel being targeted by the request. If the request isn't targeting a particular channel null is returned.

getTargetedPortletWindowId

IPortletWindowId getTargetedPortletWindowId()
Returns:
The portlet window being targeted by the request, If the request isn't targeting a particular channel null is returned.

isAction

boolean isAction()
Returns:
true if the request represents an action, false if it represents a render.


Copyright © 2010 Jasig. All Rights Reserved.