Package jodd.petite.scope

Petite bean scopes.

See:
          Description

Interface Summary
Scope Petite container bean scope.
ScopeReplacer Utility class for replacing bean in scope.
 

Class Summary
DefaultScope Default Petite container scope.
ProtoScope Prototype scope doesn't pool any beans, so each time bean is requested, a new instance will be created.
SessionScope Session scope stores unique object instances per single http session.
SingletonScope Singleton scope pools all bean instances so they will be created only once in the container context.
 

Package jodd.petite.scope Description

Petite bean scopes.



Copyright ©2008 Jodd Team