- Type Parameters:
K
- key type
T
- target type
- All Superinterfaces:
- Contexed, PathTransitionProvider<K,T>, TransitionFactory<K,T>, ViewTransitionFactory<K,T>
- All Known Implementing Classes:
- EmailTransitionProvider
public interface ViewPathTransitionProvider<K,T>
extends ViewTransitionFactory<K,T>, PathTransitionProvider<K,T>
A Path Transition Provider that can use the generic view_target pages.
These show a html summary of the object and give buttons to invoke the possible
transitions on the target.
-
-