Package com.vaadin.flow.router.internal
Class ClientTarget
java.lang.Object
com.vaadin.flow.router.internal.RouteTarget
com.vaadin.flow.router.internal.ClientTarget
- All Implemented Interfaces:
Serializable
Client route target stores the target template.
For internal use only. May be renamed or removed in a future release.
- Since:
- 24.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientTarget
(String template) Create a new Client route target holder with the given route template. -
Method Summary
Methods inherited from class com.vaadin.flow.router.internal.RouteTarget
containsTarget, getParentLayouts, getTarget
-
Constructor Details
-
ClientTarget
Create a new Client route target holder with the given route template.- Parameters:
template
- route template
-