aerogear-controller 1.0.1

Uses of Package
org.jboss.aerogear.controller.router

Packages that use org.jboss.aerogear.controller.router
org.jboss.aerogear.controller.filter   
org.jboss.aerogear.controller.log   
org.jboss.aerogear.controller.router   
org.jboss.aerogear.controller.router.decorators   
org.jboss.aerogear.controller.router.decorators.cors   
org.jboss.aerogear.controller.router.error   
org.jboss.aerogear.controller.router.rest   
org.jboss.aerogear.controller.router.rest.pagination   
org.jboss.aerogear.controller.spi   
org.jboss.aerogear.controller.util   
org.jboss.aerogear.controller.view   
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.filter
Router
          Router is the component that knows how to route/dispatch requests to target endpoints.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.log
Consumer
          A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
RequestMethod
           
Responders
          Handles responding from a Route invocation by delegating to the appropriate Responder.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router
Consumer
          A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
ControllerFactory
          ControllerFactory is a factory for target endpoint classes in AeroGear.
EndpointInvoker
          EndpointInvoker is responsible for invoking target endpoint methods in AeroGear Controller.
InvocationResult
          Represents the result of invoking a Route in AeroGear Controller.
MediaType
           
RequestMethod
           
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.
RouteContext
          RouteContext holds information related to processing of a Route.
RouteDescriptor
          Describes/configures a single route in AeroGear controller.
RouteDescriptor.FinalizeFilter
           
RouteDescriptorAccessor
           
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.
Routes
          Routes is a collection of Route instances that are able to handle certain RequestMethod/requestURI combinations.
RoutingModule
          A RoutingModule is used by the AeroGear runtime to retrieve the routes defined by the current application.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router.decorators
EndpointInvoker
          EndpointInvoker is responsible for invoking target endpoint methods in AeroGear Controller.
InvocationResult
          Represents the result of invoking a Route in AeroGear Controller.
Responders
          Handles responding from a Route invocation by delegating to the appropriate Responder.
RouteContext
          RouteContext holds information related to processing of a Route.
RouteProcessor
          A RouteProcessor processes/handles a single Route in AeroGear Controller.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router.decorators.cors
RequestMethod
           
Router
          Router is the component that knows how to route/dispatch requests to target endpoints.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router.error
MediaType
           
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.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router.rest
Consumer
          A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
MediaType
           
Responder
          A Responder is capable of responding to a specific MediaType.
RouteContext
          RouteContext holds information related to processing of a Route.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.router.rest.pagination
Consumer
          A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
EndpointInvoker
          EndpointInvoker is responsible for invoking target endpoint methods in AeroGear Controller.
InvocationResult
          Represents the result of invoking a Route in AeroGear Controller.
Route
          An object that contains information required to route HTTP requests to a target class's method.
RouteContext
          RouteContext holds information related to processing of a Route.
RouteProcessor
          A RouteProcessor processes/handles a single Route in AeroGear Controller.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.spi
Route
          An object that contains information required to route HTTP requests to a target class's method.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.util
Consumer
          A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
MediaType
           
RequestMethod
           
RouteContext
          RouteContext holds information related to processing of a Route.
 

Classes in org.jboss.aerogear.controller.router used by org.jboss.aerogear.controller.view
MediaType
           
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.
RouteContext
          RouteContext holds information related to processing of a Route.
 


aerogear-controller 1.0.1

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