Class LocatorResource
java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ParamTest
ee.jakarta.tck.ws.rs.ee.rs.matrixparam.MatrixParamTest
ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.MiddleResource
ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.LocatorResource
-
Field Summary
Fields inherited from class ee.jakarta.tck.ws.rs.ee.rs.matrixparam.MatrixParamTest
fieldEntityThrowingExceptionGivenByName, fieldEntityThrowingWebApplicationException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocatorHasArguments
(String stringheader, String stringheader1, int intheader, int intheader1, int intheader2, byte byteheader, byte byteheader1, byte byteheader2, double doubleheader, double doubleheader1, double doubleheader2, float floatheader, float floatheader1, float floatheader2, short shortheader, short shortheader1, short shortheader2, long longheader, long longheader1, long longheader2, boolean booleanheader, boolean booleanheader1, boolean booleanheader2, 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.matrixparam.locator.MiddleResource
returnValue
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.matrixparam.MatrixParamTest
stringParamHandling
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(@MatrixParam("stringtest") String stringheader, @MatrixParam("stringtest1") String stringheader1, @MatrixParam("inttest") int intheader, @MatrixParam("inttest1") int intheader1, @MatrixParam("inttest2") int intheader2, @MatrixParam("bytetest") byte byteheader, @MatrixParam("bytetest1") byte byteheader1, @MatrixParam("bytetest2") byte byteheader2, @MatrixParam("doubletest") double doubleheader, @MatrixParam("doubletest1") double doubleheader1, @MatrixParam("doubletest2") double doubleheader2, @MatrixParam("floattest") float floatheader, @MatrixParam("floattest1") float floatheader1, @MatrixParam("floattest2") float floatheader2, @MatrixParam("shorttest") short shortheader, @MatrixParam("shorttest1") short shortheader1, @MatrixParam("shorttest2") short shortheader2, @MatrixParam("longtest") long longheader, @MatrixParam("longtest1") long longheader1, @MatrixParam("longtest2") long longheader2, @MatrixParam("booleantest") boolean booleanheader, @MatrixParam("booleantest1") boolean booleanheader1, @MatrixParam("booleantest2") boolean booleanheader2, @DefaultValue("MatrixParamTest") @MatrixParam("ParamEntityWithConstructor") ParamEntityWithConstructor paramEntityWithConstructor, @Encoded @DefaultValue("MatrixParamTest") @MatrixParam("ParamEntityWithFromString") ParamEntityWithFromString paramEntityWithFromString, @DefaultValue("MatrixParamTest") @MatrixParam("ParamEntityWithValueOf") ParamEntityWithValueOf paramEntityWithValueOf, @DefaultValue("MatrixParamTest") @MatrixParam("SetParamEntityWithFromString") Set<ParamEntityWithFromString> setParamEntityWithFromString, @DefaultValue("MatrixParamTest") @MatrixParam("SortedSetParamEntityWithFromString") SortedSet<ParamEntityWithFromString> sortedSetParamEntityWithFromString, @DefaultValue("MatrixParamTest") @MatrixParam("ListParamEntityWithFromString") List<ParamEntityWithFromString> listParamEntityWithFromString, @MatrixParam("ParamEntityThrowingWebApplicationException") ParamEntityThrowingWebApplicationException paramEntityThrowingWebApplicationException, @MatrixParam("ParamEntityThrowingExceptionGivenByName") ParamEntityThrowingExceptionGivenByName paramEntityThrowingExceptionGivenByName)
-