org.picocontainer.behaviors
Class Behavior
java.lang.Object
org.picocontainer.behaviors.Behavior
public class Behavior
- extends Object
static collection of factory methods for easier behavior creation
- Author:
- Konstantin Pribluda
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Behavior
public Behavior()
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)
Copyright © 2003-2010 Codehaus. All Rights Reserved.