Package org.glassfish.jersey.server.internal.routing

Jersey server-side internal resource routing classes.

See:
          Description

Interface Summary
Router Hierarchical request router that can be used to create dynamic routing tree structures.
Router.Builder A Router builder.
RouterBinder.RootRouteBuilder<T>  
RouterBinder.RouteBuilder<T>  
RouterBinder.RouteToBuilder<T>  
RouterBinder.RouteToPathBuilder<T>  
RoutingContext Jersey request matching and routing context.
 

Class Summary
RoutedInflectorExtractorStage Request pre-processing stage that extracts an inflector from a routing context where it was previously stored by the request to resource matching stage and (if available) returns the inflector wrapped in a next terminal stage.
Router.Continuation Hierarchical request routing continuation.
RouterBinder Provides routing configuration functionality.
RoutingStage Request pre-processing stage that encapsulates hierarchical resource matching and request routing.
RoutingStage.Builder Injectable resource matching stage builder.
RuntimeModelBuilder This is a common base for root resource and sub-resource runtime model builder.
TransformableData<DATA,RESULT> Contains the reference to data as well as an (optional) inflector that may be used to transform the data into a result.
UriRoutingContext Default implementation of the routing context as well as URI information provider.
 

Package org.glassfish.jersey.server.internal.routing Description

Jersey server-side internal resource routing classes.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.