net.officefloor.plugin.web.http.application
Annotation Type HttpRequestStateful


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface HttpRequestStateful

Annotated on the class of the parameters to the HttpTemplate logic class to indicate it should be a HttpRequestObjectManagedObjectSource.

This simplifies means to specifying HttpRequestObjectManagedObjectSource instances by in-lining it with the code.

Author:
Daniel Sagenschneider

Optional Element Summary
 String value
          Allows specifying the name to bind the object into the HttpRequestState.
 

value

public abstract String value
Allows specifying the name to bind the object into the HttpRequestState.

Returns:
Name to bind the object into the HttpRequestState. The blank default value indicates for the ManagedObject to assign its own unique value.
Default:
""


Copyright © 2005-2013. All Rights Reserved.