Class MatrixParamTest

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ParamTest
ee.jakarta.tck.ws.rs.ee.rs.matrixparam.MatrixParamTest
Direct Known Subclasses:
MiddleResource, SubResource

@Path("/MatrixParamTest") public class MatrixParamTest extends ParamTest
  • Field Details

  • Constructor Details

    • MatrixParamTest

      public MatrixParamTest()
  • Method Details

    • stringParamHandling

      @GET public String stringParamHandling(@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)