public static class ResteasyUriInfo.InitData extends Object
Constructor and Description |
---|
InitData(String absoluteUri,
String contextPath) |
Modifier and Type | Method and Description |
---|---|
static boolean |
canBeCached(String absoluteUri)
The InitData can be cached if it doesn't contain matrix variables which would result
in a cache entry per different value of any matrix param
Query params are not a problem since there names and values don't affect the production of InitData
|
static String |
getCacheKey(String absoluteUri,
String contextPath) |
String |
getEncodedPath() |
List<javax.ws.rs.core.PathSegment> |
getEncodedPathSegments() |
String |
getMatchingPath() |
String |
getPath() |
List<javax.ws.rs.core.PathSegment> |
getPathSegments() |
int |
getPathStart() |
int |
getQueryIdx() |
public int getQueryIdx()
public int getPathStart()
public String getEncodedPath()
public String getPath()
public List<javax.ws.rs.core.PathSegment> getEncodedPathSegments()
public List<javax.ws.rs.core.PathSegment> getPathSegments()
public String getMatchingPath()
public static boolean canBeCached(String absoluteUri)
Copyright © 2021 JBoss by Red Hat. All rights reserved.