org.picocontainer.behaviors
Class Behavior

java.lang.Object
  extended by org.picocontainer.behaviors.Behavior

public class Behavior
extends Object

static collection of factory methods for easier behavior creation

Author:
Konstantin Pribluda

Constructor Summary
Behavior()
           
 
Method Summary
static Behavior cached(ComponentAdapter delegate)
           
static Behavior cached(ComponentAdapter delegate, ObjectReference instanceReference)
           
static Behavior decorated(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Behavior

public Behavior()
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)


Copyright © 2003-2010 Codehaus. All Rights Reserved.