Interface WebRoutes


public interface WebRoutes
Registers routes to a web framework.

Implementations can be generated by APT processing adapting web route requests to controller methods.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register routes.
  • Method Details