Package org.glassfish.jersey.server
Class ResourceBag
java.lang.Object
org.glassfish.jersey.server.ResourceBag
A container for application resource models used during the
ApplicationHandler
initialization.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionResource handler classes for the models in this resource bag.Resource handler instance for the models in this resource bag.Resource models. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns list of root resources.
-
Field Details
-
classes
Resource handler classes for the models in this resource bag. -
instances
Resource handler instance for the models in this resource bag. -
models
Resource models.
-
-
Constructor Details
-
ResourceBag
-
-
Method Details
-
getRootResources
Returns list of root resources.- Returns:
- list of root resources.
-