The following is documentation for a single method.The full javadocs are the bottom.
| Method Information | ||||||
|---|---|---|---|---|---|---|
| Method | Request Narrowing | Description | ||||
| Path(s) | GET/POST | Params | Headers | Content Types | ||
| sayHello(...) | /auth/test | GET | arg | Produces: text/html | Method that has an overlapping name but with an additional argument. | |
| Method Parameters | ||||||
|---|---|---|---|---|---|---|
| Method | Param Name | Request | Data Type | Required | Default | Description |
| sayHello(...) | sid | Query | String | Session-id returned by the oauth processing. | ||
| arg | Query | String | Random argument. | |||
| Response Fields Returned to Client | ||||||
|---|---|---|---|---|---|---|
| Method | Field Name | Data Type | Description | |||
| sayHello(...) | String | HTML response. | ||||
Method that has an overlapping name but with an additional argument.
@param sid
Session-id returned by the oauth processing.
@param arg
Random argument.
@return HTML response.
Generated by Spring Request Doclet package.