org.jasig.portal.api.portlet
Class DelegationRequest
java.lang.Object
org.jasig.portal.api.portlet.DelegationRequest
public class DelegationRequest
- extends Object
Used to set the state of the delegate and for the basis of URLs generated by the delegate.
- Version:
- $Revision$
- Author:
- Eric Dalquist
DelegationRequest
public DelegationRequest()
getDelegateState
public DelegateState getDelegateState()
setDelegateState
public void setDelegateState(DelegateState delegateState)
getParentWindowState
public WindowState getParentWindowState()
setParentWindowState
public void setParentWindowState(WindowState parentWindowState)
getParentPortletMode
public PortletMode getParentPortletMode()
setParentPortletMode
public void setParentPortletMode(PortletMode parentPortletMode)
getParentParameters
public Map<String,List<String>> getParentParameters()
setParentParameters
public void setParentParameters(Map<String,List<String>> parentParameters)
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.