|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceFactory | |
|---|---|
| com.sun.jersey.spi.container.servlet | Provides support for a servlet-based container. |
| com.sun.jersey.spi.resource | Provides support for plugable life-cycle declaration and implementation. |
| Uses of ResourceFactory in com.sun.jersey.spi.container.servlet |
|---|
| Classes in com.sun.jersey.spi.container.servlet with annotations of type ResourceFactory | |
|---|---|
interface |
PerSession
Used to annotate resource classes that require a new instance for each HTTP servlet session. |
| Uses of ResourceFactory in com.sun.jersey.spi.resource |
|---|
| Classes in com.sun.jersey.spi.resource with annotations of type ResourceFactory | |
|---|---|
interface |
PerRequest
Used to annotate resource classes that require a new instance for each request. |
interface |
Singleton
Used to annotate resources that require one instance per web application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||