|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathPattern | |
|---|---|
| org.glassfish.jersey.server.internal.routing | Jersey server-side internal resource routing classes. |
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| org.glassfish.jersey.uri | Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. |
| Uses of PathPattern in org.glassfish.jersey.server.internal.routing |
|---|
| Constructor parameters in org.glassfish.jersey.server.internal.routing with type arguments of type PathPattern | |
|---|---|
RuntimeModelBuilder(RouterBinder.RootRouteBuilder<PathPattern> rootBuilder,
ResourceMethodInvoker.Builder resourceMethodInvokerBuilder,
org.glassfish.hk2.api.ServiceLocator locator,
org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.Builder pushHandlerAcceptorBuilder,
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.Builder methodSelectingAcceptorBuilder,
org.glassfish.jersey.server.internal.routing.PushMatchedMethodResourceRouter.Builder pushedMatchedMethodResourceBuilder,
org.glassfish.jersey.server.internal.routing.PushMatchedRuntimeResourceRouter.Builder pushedMatchedRuntimeResourceBuilder,
MessageBodyWorkers workers,
org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter.Builder pushedMatchedTemplateBuilder)
Injection constructor. |
|
| Uses of PathPattern in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return PathPattern | |
|---|---|
PathPattern |
Resource.getPathPattern()
|
PathPattern |
RuntimeResource.getPathPattern()
Get path pattern for matching purposes. |
PathPattern |
Routed.getPathPattern()
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model. |
| Uses of PathPattern in org.glassfish.jersey.uri |
|---|
| Fields in org.glassfish.jersey.uri declared as PathPattern | |
|---|---|
static PathPattern |
PathPattern.EMPTY_PATTERN
Empty path pattern matching only empty string. |
static PathPattern |
PathPattern.END_OF_PATH_PATTERN
Path pattern matching the end of a URI path. |
static PathPattern |
PathPattern.OPEN_ROOT_PATH_PATTERN
Path pattern matching the any URI path. |
| Fields in org.glassfish.jersey.uri with type parameters of type PathPattern | |
|---|---|
static Comparator<PathPattern> |
PathPattern.COMPARATOR
Path pattern comparator that defers to comparing
the templates associated with the patterns. |
| Methods in org.glassfish.jersey.uri that return PathPattern | |
|---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but a closed right hand path. |
| Methods in org.glassfish.jersey.uri with parameters of type PathPattern | |
|---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but a closed right hand path. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||