uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

queryParams(MultivaluedMap<String, String> params) method

Description

This method generates a new WebResource object from this object (WebResource object). The Web resource URI that is stored in the generated object is the URI for which the query parameter specified in the parameter is added to the Web resource URI stored in this object.

Syntax

public WebResource queryParams(MultivaluedMap<String,String> params)

Parameter

params
This is the map of query parameters.

Return value

The method returns the generated WebResource object.

Notes