Class RouteAliasData

  • All Implemented Interfaces:
    Serializable, Comparable<RouteAliasData>

    public class RouteAliasData
    extends RouteBaseData<RouteAliasData>
    Route data for an 'alias' route. An alias route is a route that will get another path than this when it is resolved. The same target will still be resolved for this path, but the parent layouts may differ.

    Only for read as data is immutable.

    Since:
    1.3
    See Also:
    Serialized Form