You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.router.

Class RouteParam

    • Constructor Detail

      • RouteParam

        public RouteParam​(String name,
                          String value)

        Creates a new route parameter.

        Parameters:

        name - the name of the parameter.

        value - the value of the parameter.

    • Method Detail

      • getName

        public String getName()

        Gets the name of the parameter.

        Returns:

        the name of the parameter.

      • getValue

        public String getValue()

        Gets the value of the parameter.

        Returns:

        the value of the parameter.