@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface HttpParameters
Annotated on the class of the parameters to the HttpTemplate
logic
class to indicate it should be a HttpRequestObjectManagedObjectSource
that will load the HttpRequest
parameters onto the object.
This simplifies means to specifying
HttpRequestObjectManagedObjectSource
instances by in-lining it with
the code.
Modifier and Type | Optional Element and Description |
---|---|
String |
value
Allows specifying the name to bind the object into the
HttpRequestState . |
public abstract String value
HttpRequestState
.HttpRequestState
. The
blank default value indicates for the ManagedObject
to
assign its own unique value.Copyright © 2005–2016. All rights reserved.