Interface RedirectDestination

All Superinterfaces:
Destination, com.globalmentor.beans.PropertyBindable
All Known Subinterfaces:
PermanentRedirectDestination, TemporaryRedirectDestination
All Known Implementing Classes:
PermanentRedirectReferenceDestination, TemporaryRedirectReferenceDestination

public interface RedirectDestination extends Destination
A destination that redirects somewhere else.
Author:
Garret Wilson