| Constructor and Description |
|---|
RequestScopedResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCdiInjectedJaxRsAppUri() |
int |
getCounter() |
String |
getJaxRsInjectedUIUri() |
String |
getMyself() |
String |
interceptedParameterized(String q) |
void |
interceptedParameterizedAsync(String q,
AsyncResponse response) |
String |
parameterizedStraight(String q) |
@GET @Path(value="parameterized") public String interceptedParameterized(@QueryParam(value="q") String q)
@GET @Path(value="straight") public String parameterizedStraight(@QueryParam(value="q") String q)
@GET @Path(value="parameterized-async") public void interceptedParameterizedAsync(@QueryParam(value="q") String q, @Suspended AsyncResponse response)
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.