Interface ClientRoutesProvider

All Superinterfaces:
Serializable

public interface ClientRoutesProvider extends Serializable
Interface for providing client side routes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a list of client side routes.
  • Method Details

    • getClientRoutes

      List<String> getClientRoutes()
      Get a list of client side routes.
      Returns:
      a list of client side routes. Not null.