Package org.picocontainer.behaviors
Class Behavior
java.lang.Object
org.picocontainer.behaviors.Behavior
static collection of factory methods for easier behavior creation
- Author:
- Konstantin Pribluda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Behavior
cached
(ComponentAdapter delegate) static final Behavior
cached
(ComponentAdapter delegate, ObjectReference instanceReference) static final Behavior
decorated
(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator)
-
Constructor Details
-
Behavior
public Behavior()
-
-
Method Details
-
cached
-
cached
-
decorated
public static final Behavior decorated(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator)
-