aerogear-controller 1.0.0.M1

Package org.jboss.aerogear.controller.router

Interface Summary
Responder A Responder is capable of responding to a specific MediaType.
Route An object that contains information required to route HTTP requests to a target class's method.
RouteBuilder RouteBuilder builds a Route using a fluent API.
RouteBuilder.OnMethods A fluent API for further specializing the Route's destination/endpoint.
RouteBuilder.TargetEndpoint Describes the target destination for the Route.
RouteProcessor A RouteProcessor processes/handles a single Route in AeroGear Controller.
Router Router is the component that knows how to route/dispatch requests to target endpoints.
RoutingModule A RoutingModule is used by the AeroGear runtime to retrieve the routes defined by the current application.
 

Class Summary
AbstractRoutingModule AbstractRoutingModule simplifies the process of configuring Routes by implementing RoutingModule and providing helper methods.
ControllerFactory ControllerFactory is a factory for target endpoint classes in AeroGear.
DefaultRoute An immutable implementation of Route.
DefaultRouteProcessor Default implementation of RouteProcessor.
DefaultRouter Default implementation of Router.
MvcResponder A Responder that "responds" to request by forwarding them to a View.
RouteBuilderImpl Concrete implementation of RouteBuilder.
RouteContext RouteContext holds information related to processing of a Route.
RouteDescriptor Describes/configures a single route in AeroGear controller.
RouteDescriptor.FinalizeFilter  
RouteDescriptor.MyMethodInterceptor  
Routes Routes is a collection of Route instances that are able to handle certain RequestMethod/requestURI combinations.
 

Enum Summary
MediaType Media types supported out-of-the-box with AeroGear Controller.
RequestMethod  
 

Exception Summary
AeroGearException  
 


aerogear-controller 1.0.0.M1

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