The following is documentation for a single class.The full javadocs are the bottom.
Javadoc summary: Little test constructor so we can test out oauth controller.
Method Information | ||||||
---|---|---|---|---|---|---|
Method | Request Narrowing | Description | ||||
Path(s) | GET/POST | Params | Headers | Content Types | ||
objectPost(...) | /auth/test | POST | Consumes: application/json Produces: text/html | Demonstration of a method which has a body parameter. | ||
sayHello(...) | /auth/test | GET | Produces: text/html | Print our hello world message and display the results from the auth processing. | ||
sayHello(...) | /auth/test | GET | arg | Produces: text/html | Method that has an overlapping name but with an additional argument. | |
stringPost(...) | /auth/test | POST | Consumes: application/json | Demonstration of a method which has a body parameter which is just a string. |
Little test constructor so we can test out oauth controller.
@author graywatson
Generated by Spring Request Doclet package.