com.guiseframework
Interface ReferenceDestination

All Superinterfaces:
Destination, com.globalmentor.beans.PropertyBindable
All Known Implementing Classes:
AbstractReferenceDestination, PermanentRedirectReferenceDestination, TemporaryRedirectReferenceDestination

public interface ReferenceDestination
extends Destination

A destination that references another destination.

Author:
Garret Wilson

Method Summary
 Destination getDestination()
           
 
Methods inherited from interface com.guiseframework.Destination
exists, getCategories, getPath, getPath, getPathPattern, isAuthorized, setCategories
 
Methods inherited from interface com.globalmentor.beans.PropertyBindable
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 

Method Detail

getDestination

Destination getDestination()
Returns:
The referenced destination.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.