org.jasig.portal.url
Interface IPortalLayoutUrl
- All Superinterfaces:
- IBasePortalUrl
public interface IPortalLayoutUrl
- extends IBasePortalUrl
Specific type of portal URL that targets a portlet. The URL can have portal parameters and portlet parameters, support
for setting the next WindowState and PortletMode for the portlet.
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
setRenderInNormal
void setRenderInNormal(boolean renderInNormal)
- Parameters:
renderInNormal - If the URL will result in rendering in UrlState.NORMAL
isRenderInNormal
boolean isRenderInNormal()
- Returns:
- Returns true if the URL will render in
UrlState.NORMAL
Copyright © 2010 Jasig. All Rights Reserved.