Package org.picocontainer.behaviors
Class Behavior
- java.lang.Object
-
- org.picocontainer.behaviors.Behavior
-
public class Behavior extends java.lang.Objectstatic collection of factory methods for easier behavior creation- Author:
- Konstantin Pribluda
-
-
Constructor Summary
Constructors Constructor Description Behavior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Behaviorcached(ComponentAdapter delegate)static Behaviorcached(ComponentAdapter delegate, ObjectReference instanceReference)static Behaviordecorated(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator)
-
-
-
Method Detail
-
cached
public static final Behavior cached(ComponentAdapter delegate)
-
cached
public static final Behavior cached(ComponentAdapter delegate, ObjectReference instanceReference)
-
decorated
public static final Behavior decorated(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator)
-
-