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