Package net.officefloor.web
Annotation Type HttpApplicationStateful
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface HttpApplicationStateful
Annotated on the class of the parameter to indicate it should be bound to the application state. This allows for in-line configuration of application objects.- Author:
- Daniel Sagenschneider
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
bind
Allows specifying the name to bind the object into theHttpApplicationState
.
-
-
-
Element Detail
-
bind
java.lang.String bind
Allows specifying the name to bind the object into theHttpApplicationState
.- Returns:
- Name to bind the object into the
HttpApplicationState
. The blank default value indicates for theManagedObject
to assign its own unique value.
- Default:
- ""
-
-