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

Packages that use org.glassfish.jersey.server.model
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.model
AbstractJavaResourceMethodDispatcherProvider
          An abstract implementation of ResourceMethodDispatcher.Provider that creates instances of ResourceMethodDispatcher.
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
           
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
ResourceClass
          Abstraction for resource class
ResourceConstructor
          Abstraction for a resource class constructor
ResourceMethod
          Abstraction for a resource method
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.
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.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.