U - The type of UniquePageRole that this transition navigates to.public final class TransitionToRole<U extends UniquePageRole> extends Object
TransitionTo but where the target is a UniquePageRole. By
injecting and instance of this class you declare a compile-time dependency on the existence of a
Page with the UniquePageRole of type U.| Constructor and Description |
|---|
TransitionToRole(Navigation navigation,
Class<U> uniquePageRole) |
public TransitionToRole(Navigation navigation, Class<U> uniquePageRole)
Copyright © 2020 Treblereel. All rights reserved.