Uses of Package
org.glassfish.jersey.server.model

Packages that use org.glassfish.jersey.server.model
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
 

Classes in org.glassfish.jersey.server.model used by org.glassfish.jersey.server
ResourceBuilder
          TODO fix javadoc.
ResourceClass
          Abstraction for resource class
 

Classes in org.glassfish.jersey.server.model used by org.glassfish.jersey.server.internal.routing
InflectorBasedResourceMethod
          Models a dynamically created resource method.
ResourceClass
          Abstraction for resource class
ResourceConstructor
          Abstraction for a resource class constructor
ResourceMethod
          Abstraction for a resource method
ResourceModelVisitor
          Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
RuntimeModelProvider
          TODO: unify with RuntimeModelProviderFromAbstractModel to a RuntimeModel- or TreeAcceptor- Builder.
SubResourceLocator
          Abstraction for a sub-resource locator
SubResourceMethod
          Abstraction for a sub-resource method
 

Classes in org.glassfish.jersey.server.model used by org.glassfish.jersey.server.model
AbstractResourceMethod
          Abstraction for a resource method defined by a HTTP method and consumed/produced media type list.
AbstractSubResourceMethod
          Abstraction for a sub-resource method defined by an URI path value, HTTP method and consumed/produced media type list.
ConsumesProducesEnabledComponent
          Jersey model component that may contain consumes and produces information.
InflectorBasedResourceMethod
          Models a dynamically created resource method.
InvocableResourceMethod
          A common interface for resource methods, sub-resource methods and sub-resource locators directly bound to a concrete Java method.
Parameter
          Abstraction for a method parameter
Parameter.Source
           
Parameterized
          Used in the resource model to capture information on method parameters.
PathAnnotated
          Marker interface for all path annotated resource model components.
PathValue
          Abstraction for a Path value
ResourceBuilder.BoundResourceBuilder
          Represents a supported resource path to which new resource methods and sub-resource locators can be attached.
ResourceBuilder.ResourceMethodBuilder
          Jersey application builder used for binding a new resource method to an Inflector<Request, Response> responsible for processing requests targeted at the bound path and the particular method(s).
ResourceClass
          Abstraction for resource class
ResourceConstructor
          Abstraction for a resource class constructor
ResourceMethod
          Abstraction for a resource method
ResourceMethodInvoker
          Server-side request-response inflector for invoking methods of annotation-based resource classes.
ResourceModelComponent
          Marker interface for all abstract resource model components, so that they are traversable using the visitor pattern.
ResourceModelContext
          Abstraction for abstract resources enclosed within a specific context (such as an application).
ResourceModelIssue
          Abstraction for various issues of a resource model validity like: no resources, duplicated uri templates, etc.
ResourceModelValidator
          Resource model validator allows to check validity of a resource model.
ResourceModelVisitor
          Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
SubResourceLocator
          Abstraction for a sub-resource locator
SubResourceMethod
          Abstraction for a sub-resource method
SuspendableComponent
          Jersey model component that is suspendable and may hold suspend-related information.
 

Classes in org.glassfish.jersey.server.model used by org.glassfish.jersey.server.spi.internal
InvocableResourceMethod
          A common interface for resource methods, sub-resource methods and sub-resource locators directly bound to a concrete Java method.
Parameter
          Abstraction for a method parameter
Parameterized
          Used in the resource model to capture information on method parameters.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.