Uses of Class
javax.inject.manager.Decorator

Packages that use Decorator
javax.inject.manager   
org.jboss.webbeans   
 

Uses of Decorator in javax.inject.manager
 

Methods in javax.inject.manager that return types with arguments of type Decorator
 java.util.List<Decorator> Manager.resolveDecorators(java.util.Set<java.lang.reflect.Type> types, java.lang.annotation.Annotation... bindings)
          Obtains an ordered list of enabled decorators for a set of bean types and a set of bindings
 

Methods in javax.inject.manager with parameters of type Decorator
 Manager Manager.addDecorator(Decorator decorator)
          Allows a new decorator to be registered.
 

Uses of Decorator in org.jboss.webbeans
 

Methods in org.jboss.webbeans that return types with arguments of type Decorator
 java.util.List<Decorator> ManagerImpl.resolveDecorators(java.util.Set<java.lang.reflect.Type> types, java.lang.annotation.Annotation... bindings)
          Resolves a list of decorators based on API types and binding types Os
 

Methods in org.jboss.webbeans with parameters of type Decorator
 Manager ManagerImpl.addDecorator(Decorator decorator)
          Registers a decorator with the manager
 



Copyright © 2011. All Rights Reserved.