org.jasig.portal.api.portlet
Class DelegateState
java.lang.Object
org.jasig.portal.api.portlet.DelegateState
public class DelegateState
- extends Object
Set state and mode for the delegate portlet
- Version:
- $Revision$
- Author:
- Eric Dalquist
DelegateState
public DelegateState(PortletMode portletMode,
WindowState windowState)
- Parameters:
portletMode - Mode for the delegate portlet, if null the current or default mode is usedwindowState - State for the delegate portlet, if null the current or default state is used
getPortletMode
public PortletMode getPortletMode()
getWindowState
public WindowState getWindowState()
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.