org.jasig.portal.api.portlet
Class DelegationRequest

java.lang.Object
  extended by 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

Constructor Summary
DelegationRequest()
           
 
Method Summary
 boolean equals(Object object)
           
 DelegateState getDelegateState()
           
 Map<String,List<String>> getParentParameters()
           
 PortletMode getParentPortletMode()
           
 WindowState getParentWindowState()
           
 int hashCode()
           
 void setDelegateState(DelegateState delegateState)
           
 void setParentParameters(Map<String,List<String>> parentParameters)
           
 void setParentPortletMode(PortletMode parentPortletMode)
           
 void setParentWindowState(WindowState parentWindowState)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationRequest

public DelegationRequest()
Method Detail

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.