Package org.jboss.elemento.router


package org.jboss.elemento.router
  • Class
    Description
    An interface that represents a handler for performing actions after a place is changed.
    This functional interface represents a handler that is executed before a place transition occurs.
    The Link class represents a hyperlink element that creates hyperlinks using the PlaceManager.
    Functional interface representing a loader function that loads data for a given place.
    The LoaderData class represents data loaded by a loader.
     
    A page interface represents a collection of HTML elements.
    The Parameter class is used to represent parameters and their values in a route path.
    Represents a place in an application.
    The place manager is the central part of the router.
    Represents a collection of places in an application.
    This class is an annotation that can be used to decorate classes with routing information.