uCosminexus Application Server, Web Service Development Guide

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

queryParam(String key, String value) 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 queryParam(String key,

String value)

Parameters

key
This is the name of a query parameter.

value
This is the value of a query parameter.

Return value

The method returns the generated WebResource object.

Notes