| Constructor and Description |
|---|
FormResource() |
| Modifier and Type | Method and Description |
|---|---|
Colours |
getColours() |
Response |
getForm()
Produce a form from a static HTML file packaged with the compiled class
|
String |
processForm(MultivaluedMap<String,String> formData)
Process the form submission.
|
@GET public Response getForm()
@POST @Consumes(value="application/x-www-form-urlencoded") public String processForm(MultivaluedMap<String,String> formData)
formData - the data from the form submissionCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.