Package net.officefloor.web
Annotation Type HttpRequestStateful
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface HttpRequestStatefulAnnotated on the class of the parameter to indicate it should be a
HttpRequestObjectManagedObjectSource.This simplifies means to specifying
HttpRequestObjectManagedObjectSourceinstances by in-lining it with the code.- Author:
- Daniel Sagenschneider
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueAllows specifying the name to bind the object into theHttpRequestState.
-
-
-
Element Detail
-
value
java.lang.String value
Allows specifying the name to bind the object into theHttpRequestState.- Returns:
- Name to bind the object into the
HttpRequestState. The blank default value indicates for theManagedObjectto assign its own unique value.
- Default:
- ""
-
-