Abstract
Scope implementation that reads from a particular scope
in the current thread-bound
RequestAttributes object.
Subclasses simply need to implement
AbstractRequestAttributesScope.getScope() to instruct
this class which
RequestAttributes scope to read attributes from.
Subclasses may wish to override the
AbstractRequestAttributesScope.get and
AbstractRequestAttributesScope.remove methods to add synchronization around the call back into this super class.
author: Rod Johnson author: Juergen Hoeller author: Rob Harrop since: 2.0 |