interface |
Attribute |
Injects an attribute value into a controller method invocation.
|
interface |
Header |
Just an idea to inject a header right into the methods...
|
interface |
Headers |
Injects a multi-valued header right into the methods...
|
interface |
Param |
Just an idea to inject parameters right into the methods...
|
interface |
Params |
Injects a multi-valued parameter right into the methods...
|
interface |
PathParam |
Just an idea to inject parameters right into the methods...
|
interface |
SessionParam |
Inject a session value to a controller method invocation
|