org.jasig.portal.api.portlet
Class DelegationResponse
java.lang.Object
org.jasig.portal.api.portlet.DelegationResponse
- Direct Known Subclasses:
- DelegationActionResponse
public class DelegationResponse
- extends Object
The resulting state of the delegation request
- Version:
- $Revision$
- Author:
- Eric Dalquist
DelegationResponse
public DelegationResponse(DelegateState delegateState)
DelegationResponse
public DelegationResponse(DelegateState delegateState,
boolean redirected)
getDelegateState
public DelegateState getDelegateState()
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.