Class Navigation


  • public class Navigation
    extends Object
    Each method from Web Routers exposed must return an instance of this class, if no @Produce or @RedirectTo... annotation has been set. For now, it permits to specify the destination of the navigation.
    Author:
    Yohann Chastagnier
    • Constructor Detail

      • Navigation

        public Navigation​(String destination)
        Default constructor.
        Parameters:
        destination - the destination after the end of treatment of the web router.
    • Method Detail

      • getDestination

        public String getDestination()
        Gets the destination after the end of treatment of the web router.
        Returns:
        the destination.