Uses of Class
com.vaadin.copilot.exception.RouteDuplicatedException
Packages that use RouteDuplicatedException
-
Uses of RouteDuplicatedException in com.vaadin.copilot
Methods in com.vaadin.copilot that throw RouteDuplicatedExceptionModifier and TypeMethodDescriptionvoidRouteCreator.createFlowView(String title, String route, Path qualifiedClassNamePath, AccessRequirement accessRequirement, Class<?> layoutClass, String templateFileName, String templateData, Boolean addToMenu) Creates a Flow view for the given route using the given access requirement.voidRouteCreator.createHillaView(String title, String route, Path filePath, AccessRequirement accessRequirement, String templateFileName, String templateData, boolean addToMenu) Creates a Hilla view for the given route using the given access requirement.