|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Decorator | |
---|---|
com.caucho.config.gen | |
com.caucho.config.inject | |
javax.enterprise.inject.spi | Java Dependency Injection programmatic APIs. |
Uses of Decorator in com.caucho.config.gen |
---|
Method parameters in com.caucho.config.gen with type arguments of type Decorator | |
---|---|
static java.lang.reflect.Method[] |
CandiUtil.createDecoratorMethods(java.util.List<Decorator<?>> decorators,
java.lang.String methodName,
java.lang.Class<?>... paramTypes)
|
static java.lang.Object[] |
CandiUtil.generateProxyDelegate(InjectManager manager,
java.util.List<Decorator<?>> beans,
java.lang.Object delegateProxy,
CreationalContextImpl<?> parentEnv)
|
static void |
CandiUtil.validatePassivatingDecorators(java.lang.Class<?> cl,
java.util.List<Decorator<?>> beans)
|
Uses of Decorator in com.caucho.config.inject |
---|
Classes in com.caucho.config.inject that implement Decorator | |
---|---|
class |
DecoratorBean<T>
DecoratorBean represents a Java decorator |
Methods in com.caucho.config.inject that return Decorator | |
---|---|
Decorator<X> |
DecoratorEntry.getDecorator()
|
Methods in com.caucho.config.inject that return types with arguments of type Decorator | |
---|---|
java.util.List<Decorator<?>> |
InjectManager.resolveDecorators(java.lang.Class<?> type)
Called by the generated code. |
java.util.List<Decorator<?>> |
InjectManager.resolveDecorators(java.util.Set<java.lang.reflect.Type> types,
java.lang.annotation.Annotation... qualifiers)
Resolves the decorators for a given set of types |
Constructors in com.caucho.config.inject with parameters of type Decorator | |
---|---|
DecoratorEntry(InjectManager manager,
Decorator<X> decorator,
BaseType delegateType)
|
Uses of Decorator in javax.enterprise.inject.spi |
---|
Methods in javax.enterprise.inject.spi that return types with arguments of type Decorator | |
---|---|
java.util.List<Decorator<?>> |
BeanManager.resolveDecorators(java.util.Set<java.lang.reflect.Type> types,
java.lang.annotation.Annotation... qualifiers)
Resolves the decorators for a given set of types |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |