Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
I
InBoundHeaders
- Class in
com.sun.jersey.spi.container
Containers instantiate, populate with request headers/values, and provide the instance to the
ContainerRequest
.
InBoundHeaders()
- Constructor for class com.sun.jersey.spi.container.
InBoundHeaders
init(ServletConfig)
- Method in class com.sun.jersey.spi.container.servlet.
ServletContainer
init(ComponentProvider, AbstractResource)
- Method in interface com.sun.jersey.spi.resource.
ResourceProvider
Specifies the class of the resource that the provider instance will manage access to.
initiate(ResourceConfig, WebApplication)
- Method in class com.sun.jersey.spi.container.servlet.
ServletContainer
Initiate the
WebApplication
.
initiate(ResourceConfig)
- Method in interface com.sun.jersey.spi.container.
WebApplication
Initiate the Web application.
initiate(ResourceConfig, ComponentProvider)
- Method in interface com.sun.jersey.spi.container.
WebApplication
Initiate the Web application.
Inject
- Annotation Type in
com.sun.jersey.spi.inject
Used to annotate fields that shall be injected with instances pulled from the component provider.
Created on: Apr 12, 2008
inject(HttpContext, Object)
- Method in class com.sun.jersey.spi.resource.
ResourceClassInjector
Inject onto an instance of a resource class.
inject(Object)
- Method in interface com.sun.jersey.spi.service.
ComponentProvider
Perform injection on an instance.
Injectable
<
T
> - Interface in
com.sun.jersey.spi.inject
The type of something that is injectable.
InjectableProvider
<
A
extends java.lang.annotation.Annotation,
C
> - Interface in
com.sun.jersey.spi.inject
An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
InjectableProviderContext
- Interface in
com.sun.jersey.spi.resource
The context to obtain
Injectable
instances.
isCommitted()
- Method in interface com.sun.jersey.api.core.
HttpResponseContext
Ascertain if a response has been committed to the container.
isCommitted()
- Method in class com.sun.jersey.spi.container.
ContainerResponse
isEncode()
- Method in class com.sun.jersey.api.model.
UriPathValue
isEncoded()
- Method in class com.sun.jersey.api.model.
Parameter
isFatal()
- Method in class com.sun.jersey.api.model.
ResourceModelIssue
If this returns true, appropriate abstract resource has a fatal issue
isLimited()
- Method in class com.sun.jersey.api.model.
UriPathValue
isResponseSet()
- Method in interface com.sun.jersey.api.core.
HttpResponseContext
Check if the response has been set using the setReponse methods.
isResponseSet()
- Method in class com.sun.jersey.spi.container.
ContainerResponse
isRootResource()
- Method in class com.sun.jersey.api.model.
AbstractResource
isSecure()
- Method in class com.sun.jersey.spi.container.
ContainerRequest
isSubResource()
- Method in class com.sun.jersey.api.model.
AbstractResource
isTemplateVariablePresent(String)
- Method in class com.sun.jersey.api.uri.
UriTemplate
Ascertain if a template variable is a member of this template.
isUserInRole(String)
- Method in class com.sun.jersey.spi.container.
ContainerRequest
iterator()
- Method in class com.sun.jersey.spi.service.
ServiceFinder
Returns discovered objects incrementally.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W