aerogear-controller 1.0.1

org.jboss.aerogear.controller.router
Interface RoutingModule

All Known Implementing Classes:
AbstractRoutingModule

public interface RoutingModule

A RoutingModule is used by the AeroGear runtime to retrieve the routes defined by the current application.

End users may implement this interface directly or use AbstractRoutingModule which has convenience methods.

See Also:
AbstractRoutingModule

Method Summary
 Routes build()
          Returns a Routes instance containing all the Routes configured in the application.
 

Method Detail

build

Routes build()
Returns a Routes instance containing all the Routes configured in the application.

Returns:
Routes populated with all the configured Routes.

aerogear-controller 1.0.1

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.