Uses of Package
com.sun.jersey.api.model

Packages that use com.sun.jersey.api.model
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.server.wadl.generators.resourcedoc Provides support for JAXB WADL generation for resource classes. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.monitoring   
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.api.container.filter
AbstractMethod
           
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.api.core
AbstractResourceMethod
          Abstraction for a resource method
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.api.model
AbstractField
           
AbstractMethod
           
AbstractModelComponent
           
AbstractModelVisitor
          The interface was originatelly created to allow implementing validators of the abstract resource model.
AbstractResource
          Abstraction for resource class
AbstractResourceConstructor
          Abstraction for a resource class constructor
AbstractResourceMethod
          Abstraction for a resource method
AbstractResourceModelContext
          Abstraction for abstract resources contained within a specific context (such as an application).
AbstractSetterMethod
           
AbstractSubResourceLocator
          Abstraction for a sub resource locator
AbstractSubResourceMethod
           
Parameter
          Abstraction for a method/constructor parameter
Parameter.Source
           
Parameterized
          Abbstraction for something that has a list of parameters
PathAnnotated
           
PathValue
          Abstraction for a Path value
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.server.spi.component
AbstractResource
          Abstraction for resource class
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.server.wadl
AbstractMethod
           
AbstractResource
          Abstraction for resource class
AbstractResourceMethod
          Abstraction for a resource method
Parameter
          Abstraction for a method/constructor parameter
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.server.wadl.generators
AbstractMethod
           
AbstractResource
          Abstraction for resource class
AbstractResourceMethod
          Abstraction for a resource method
Parameter
          Abstraction for a method/constructor parameter
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.server.wadl.generators.resourcedoc
AbstractMethod
           
AbstractResource
          Abstraction for resource class
AbstractResourceMethod
          Abstraction for a resource method
Parameter
          Abstraction for a method/constructor parameter
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.spi.container
AbstractMethod
           
AbstractResourceMethod
          Abstraction for a resource method
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.spi.monitoring
AbstractResourceMethod
          Abstraction for a resource method
AbstractSubResourceLocator
          Abstraction for a sub resource locator
 

Classes in com.sun.jersey.api.model used by com.sun.jersey.spi.uri.rules
AbstractResourceMethod
          Abstraction for a resource method
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.