Class LocatorResource
java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ParamTest
ee.jakarta.tck.ws.rs.ee.rs.cookieparam.CookieParamTest
ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.MiddleResource
ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.LocatorResource
-
Field Summary
Fields inherited from class ee.jakarta.tck.ws.rs.ee.rs.cookieparam.CookieParamTest
fieldParamEntityThrowingExceptionGivenByName, fieldParamEntityThrowingWebApplicationException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocatorHasArguments
(String todo, String value, ParamEntityWithConstructor paramEntityWithConstructor, ParamEntityWithFromString paramEntityWithFromString, ParamEntityWithValueOf paramEntityWithValueOf, Set<ParamEntityWithFromString> setParamEntityWithFromString, SortedSet<ParamEntityWithFromString> sortedSetParamEntityWithFromString, List<ParamEntityWithFromString> listParamEntityWithFromString, ParamEntityThrowingWebApplicationException paramEntityThrowingWebApplicationException, ParamEntityThrowingExceptionGivenByName paramEntityThrowingExceptionGivenByName) Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.MiddleResource
returnValue
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.cookieparam.CookieParamTest
cookieParamHandling
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.ParamTest
append, append, appendNonNullSetNoParam, appendTrueSetNoParam, setReturnValues
-
Constructor Details
-
LocatorResource
public LocatorResource()
-
-
Method Details
-
locatorHasArguments
@Path("locator") public MiddleResource locatorHasArguments(@QueryParam("todo") String todo, @CookieParam("name1") @DefaultValue("abc") String value, @DefaultValue("CookieParamTest") @CookieParam("ParamEntityWithConstructor") ParamEntityWithConstructor paramEntityWithConstructor, @DefaultValue("CookieParamTest") @CookieParam("ParamEntityWithFromString") ParamEntityWithFromString paramEntityWithFromString, @DefaultValue("CookieParamTest") @CookieParam("ParamEntityWithValueOf") ParamEntityWithValueOf paramEntityWithValueOf, @DefaultValue("CookieParamTest") @CookieParam("SetParamEntityWithFromString") Set<ParamEntityWithFromString> setParamEntityWithFromString, @DefaultValue("CookieParamTest") @CookieParam("SortedSetParamEntityWithFromString") SortedSet<ParamEntityWithFromString> sortedSetParamEntityWithFromString, @DefaultValue("CookieParamTest") @CookieParam("ListParamEntityWithFromString") List<ParamEntityWithFromString> listParamEntityWithFromString, @CookieParam("ParamEntityThrowingWebApplicationException") ParamEntityThrowingWebApplicationException paramEntityThrowingWebApplicationException, @CookieParam("ParamEntityThrowingExceptionGivenByName") ParamEntityThrowingExceptionGivenByName paramEntityThrowingExceptionGivenByName)
-