Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.model.internal |
Jersey server-side internal model related and routing helper classes.
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeResource> |
ExtendedUriInfo.getMatchedRuntimeResources()
Return all matched
runtime resources including runtime resources
based on child resources. |
Modifier and Type | Field and Description |
---|---|
static Comparator<RuntimeResource> |
RuntimeResource.COMPARATOR
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
|
Modifier and Type | Method and Description |
---|---|
RuntimeResource |
RuntimeResource.getParent()
Get parent of this runtime resource.
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeResource> |
RuntimeResource.getChildRuntimeResources()
Get child runtime resources of this resource.
|
List<RuntimeResource> |
RuntimeResourceModel.getRuntimeResources()
Get list of runtime resources from this model (excluding child resources which are accessible in the
returned resources).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceModelVisitor.visitRuntimeResource(RuntimeResource runtimeResource) |
void |
ResourceModelVisitor.visitRuntimeResource(RuntimeResource runtimeResource)
Process a runtime resource model.
|
void |
RuntimeResourceModelValidator.visitRuntimeResource(RuntimeResource runtimeResource) |
Modifier and Type | Method and Description |
---|---|
static void |
ModelProcessorUtil.enhanceResource(RuntimeResource resource,
ResourceModel.Builder enhancedModelBuilder,
List<ModelProcessorUtil.Method> methods,
boolean extended)
Enhance the runtime resource referenced by
resource parameter with a list of additional methods. |
static Set<String> |
ModelProcessorUtil.getAllowedMethods(RuntimeResource resource)
Return allowed methods for the given
resource . |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.