Uses of Class
org.glassfish.jersey.uri.UriTemplate
Packages that use UriTemplate
Package
Description
Jersey server-side classes.
Jersey server-side internal resource routing classes.
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of UriTemplate in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return types with arguments of type UriTemplateModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedTemplates()Get a read-only list ofUriTemplatefor matched resources. -
Uses of UriTemplate in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as UriTemplateModifier and TypeFieldDescriptionprivate final UriTemplatePushMatchedTemplateRouter.methodTemplateprivate final UriTemplatePushMatchedTemplateRouter.resourceTemplateFields in org.glassfish.jersey.server.internal.routing with type parameters of type UriTemplateModifier and TypeFieldDescriptionprivate final LinkedList<UriTemplate> UriRoutingContext.templatesMethods in org.glassfish.jersey.server.internal.routing that return types with arguments of type UriTemplateMethods in org.glassfish.jersey.server.internal.routing with parameters of type UriTemplateModifier and TypeMethodDescriptionprivate intUriRoutingContext.getLastPathParameterIndex(String name, UriTemplate t) private PushMatchedTemplateRouterRuntimeModelBuilder.getTemplateRouter(boolean subResourceMode, UriTemplate parentTemplate, UriTemplate childTemplate) private voidUriRoutingContext.pushMatchedTemplateValues(UriTemplate template, MatchResult matchResult) voidRoutingContext.pushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate) Push matched request URI routing patterntemplatesfor a single matched method.voidUriRoutingContext.pushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type UriTemplateModifierConstructorDescription(package private)PushMatchedTemplateRouter(UriTemplate resourceTemplate) Create a new instance of the push matched template router.(package private)PushMatchedTemplateRouter(UriTemplate resourceTemplate, UriTemplate methodTemplate) Create a new instance of the push matched template router. -
Uses of UriTemplate in org.glassfish.jersey.uri
Subclasses of UriTemplate in org.glassfish.jersey.uriFields in org.glassfish.jersey.uri declared as UriTemplateModifier and TypeFieldDescriptionstatic final UriTemplateUriTemplate.EMPTYThe empty URI template that matches thenullor empty URI path.private final UriTemplatePathPattern.templateFields in org.glassfish.jersey.uri with type parameters of type UriTemplateModifier and TypeFieldDescriptionstatic final Comparator<UriTemplate> UriTemplate.COMPARATOROrder the templates according to JAX-RS specification.Methods in org.glassfish.jersey.uri that return UriTemplate