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 Details

    • getDestination

      Destination getDestination()
      Returns:
      The referenced destination.