A B C D E F G H I J K L M N O P R S T U V W _

A

AbstractAnnotatedItem<T,S> - Class in org.jboss.webbeans.introspector.jlr
Represents functionality common for all annotated items, mainly different mappings of the annotations and meta-annotations AbstractAnnotatedItem is an immutable class and therefore threadsafe
AbstractAnnotatedItem(AnnotationStore) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Constructor Also builds the meta-annotation map.
AbstractAnnotatedMember<T,S extends java.lang.reflect.Member> - Class in org.jboss.webbeans.introspector.jlr
Represents an abstract annotated memeber (field, method or constructor) This class is immutable, and therefore threadsafe
AbstractAnnotatedMember(AnnotationStore, Member) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Constructor
AbstractAnnotatedMember.AnnotatedParameterMap - Class in org.jboss.webbeans.introspector.jlr
An annotation type -> list of annotations map
AbstractAnnotatedMember.AnnotatedParameterMap() - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
AbstractAnnotatedType<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an abstract annotated type This class is immutable, and therefore threadsafe
AbstractAnnotatedType(AnnotationStore, Class<T>) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Constructor
AbstractBean<T,E> - Class in org.jboss.webbeans.bean
An abstract bean representation common for all beans
AbstractBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractBean
Constructor
AbstractBeanMap - Class in org.jboss.webbeans.context.beanmap
Provides common BeanMap operations
AbstractBeanMap() - Constructor for class org.jboss.webbeans.context.beanmap.AbstractBeanMap
 
AbstractBeanMapContext - Class in org.jboss.webbeans.context
Base for the Context implementations.
AbstractBeanMapContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.AbstractBeanMapContext
Constructor
AbstractClassBean<T> - Class in org.jboss.webbeans.bean
An abstract bean representation common for class-based beans
AbstractClassBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractClassBean
Constructor
AbstractContext - Class in org.jboss.webbeans.context
Common Context operation
AbstractContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.AbstractContext
Constructor
AbstractFacadeBean<T,S,P> - Class in org.jboss.webbeans.bean
Facade bean for implicit beans
AbstractFacadeBean(AnnotatedItem<T, S>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractFacadeBean
Constructor
AbstractNamingContext - Class in org.jboss.webbeans.resource
Provides common functionality required by a NamingContext
AbstractNamingContext() - Constructor for class org.jboss.webbeans.resource.AbstractNamingContext
 
AbstractProducerBean<T,S> - Class in org.jboss.webbeans.bean
The implicit producer bean
AbstractProducerBean(AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractProducerBean
Constructor
AbstractStandardBean<T> - Class in org.jboss.webbeans.bean.standard
 
AbstractStandardBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
AbstractUserTransaction - Class in org.jboss.webbeans.transaction
Base implementation of UserTransaction
AbstractUserTransaction() - Constructor for class org.jboss.webbeans.transaction.AbstractUserTransaction
 
add(Context) - Method in class org.jboss.webbeans.context.ContextMap
Adds a context under a scope type Creates the list of contexts if it doesn't exist
add(EjbDescriptor<T>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Adds an EJB descriptor to the maps
addAll(Iterable<EjbDescriptor<?>>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Adds all EJB descriptors to the maps
addBean(RIBean<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addBean(Bean<?>) - Method in class org.jboss.webbeans.ManagerImpl
Registers a bean with the manager
addClass(Class<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addClasses(Iterable<Class<?>>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addContext(Context) - Method in class org.jboss.webbeans.ManagerImpl
Registers a context with the manager
addDecorator(Decorator) - Method in class org.jboss.webbeans.ManagerImpl
Registers a decorator with the manager
addDependentInstance(Object, ContextualInstance<T>) - Method in class org.jboss.webbeans.context.DependentInstancesStore
Adds a dependent instance under a given key
addInjectionPoints(Collection<? extends AnnotatedItem<?, ?>>) - Method in class org.jboss.webbeans.injection.Resolver
Add multiple injection points for later resolving using #registerInjectionPoint(AnnotatedItem).
addInterceptor(Interceptor) - Method in class org.jboss.webbeans.ManagerImpl
Registers an interceptor with the manager
addObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Adds an observer to the event bus so that it receives event notifications.
addObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Registers an observer for a given event type and binding types
addObserver(ObserverImpl<T>) - Method in class org.jboss.webbeans.ManagerImpl
 
addObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Registers an observer for a given event type literal and binding types
afterCompletion(int) - Method in class org.jboss.webbeans.event.DeferredEventNotification
Called after completion of a transaction Checks if the observer is interested in this particular transaction phase and if so, notifies the observer.
AnnotatedAnnotation<T extends java.lang.annotation.Annotation> - Interface in org.jboss.webbeans.introspector
Represents a meta annotation
AnnotatedAnnotationImpl<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated annotation This class is immutable and therefore threadsafe
AnnotatedAnnotationImpl(Class<T>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Constructor Initializes the superclass with the built annotation map
AnnotatedClass<T> - Interface in org.jboss.webbeans.introspector
Represents a Class
AnnotatedClassImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated class This class is immutable, and therefore threadsafe
AnnotatedConstructor<T> - Interface in org.jboss.webbeans.introspector
Represents a Class Constructor
AnnotatedConstructorImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated constructor This class is immutable, and therefore threadsafe
AnnotatedConstructorImpl(Constructor<T>, AnnotatedType<T>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Constructor Initializes the superclass with the build annotations map
AnnotatedField<T> - Interface in org.jboss.webbeans.introspector
AnnotatedField provides a uniform access to the annotations on an annotated field
AnnotatedFieldImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated field This class is immutable, and therefore threadsafe
AnnotatedFieldImpl(Field, AnnotatedType<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Constructor Initializes the superclass with the built annotation map and detects the type arguments
AnnotatedInjectionPoint<T,S> - Interface in org.jboss.webbeans.injection
 
annotatedItem - Variable in class org.jboss.webbeans.bean.AbstractClassBean
 
annotatedItem - Variable in class org.jboss.webbeans.bean.AbstractFacadeBean
 
AnnotatedItem<T,S> - Interface in org.jboss.webbeans.introspector
AnnotatedItem provides a uniform access to the annotations on an annotated item defined either in Java or XML
AnnotatedMember<T,S extends java.lang.reflect.Member> - Interface in org.jboss.webbeans.introspector
AnnotedMember provides enhanced access to an annotated member
AnnotatedMethod<T> - Interface in org.jboss.webbeans.introspector
AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XML
AnnotatedMethodImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated method This class is immutable and therefore threadsafe
AnnotatedMethodImpl(Method, AnnotatedType<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Constructor Initializes the superclass with the built annotation map, sets the method and declaring class abstraction and detects the actual type arguments
AnnotatedParameter<T> - Interface in org.jboss.webbeans.introspector
AnnotatedParameter provides a uniform access to a method parameter defined either in Java or XML
AnnotatedParameterImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents a parameter This class is immutable and therefore threadsafe
AnnotatedParameterImpl(Annotation[], Class<T>, AnnotatedMember<?, ?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Constructor
AnnotatedType<T> - Interface in org.jboss.webbeans.introspector
AnnotatedType provides a uniform access to a type defined either in Java or XML
AnnotationModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Abstract representation of an annotation model
AnnotationModel(Class<T>) - Constructor for class org.jboss.webbeans.metadata.AnnotationModel
Constructor
annotationSetMatches(Set<Annotation>, Class<? extends Annotation>...) - Static method in class org.jboss.webbeans.util.Reflections
Checks if all annotations are in a given set of annotations
AnnotationStore - Class in org.jboss.webbeans.introspector
 
AnnotationStore(AnnotationStore.AnnotationMap, AnnotationStore.AnnotationMap) - Constructor for class org.jboss.webbeans.introspector.AnnotationStore
Constructor Also builds the meta-annotation map.
AnnotationStore.AnnotationMap - Class in org.jboss.webbeans.introspector
Represents a mapping from a annotation type to an annotation implementation
AnnotationStore.AnnotationMap() - Constructor for class org.jboss.webbeans.introspector.AnnotationStore.AnnotationMap
 
annotationsToString(Set<Annotation>) - Static method in class org.jboss.webbeans.util.Names
 
annotationToString(Annotation) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from an annotation
annotationTypeForName(String) - Method in class org.jboss.webbeans.util.ApiAbstraction
Initializes an annotation class
annotationTypeSetMatches(Set<Class<? extends Annotation>>, Class<? extends Annotation>...) - Static method in class org.jboss.webbeans.util.Reflections
Checks if all annotations types are in a given set of annotations
ApiAbstraction - Class in org.jboss.webbeans.util
A base class for utility classes that represent annotations, classes etc
ApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.util.ApiAbstraction
Constructor
ApiAbstraction.Dummy - Interface in org.jboss.webbeans.util
"Not found" class
ApiAbstraction.DummyAnnotation - Annotation Type in org.jboss.webbeans.util
"Not found" annotation
apiTypesAreProxyable(Set<Type>) - Static method in class org.jboss.webbeans.util.Beans
Indicates if a set of types are all proxyable
ApplicationBeanMap - Class in org.jboss.webbeans.servlet
A BeanMap that uses a servlet context as backing map
ApplicationBeanMap(ServletContext) - Constructor for class org.jboss.webbeans.servlet.ApplicationBeanMap
Constructor
ApplicationContext - Class in org.jboss.webbeans.context
The Application context
ApplicationContext() - Constructor for class org.jboss.webbeans.context.ApplicationContext
Constructor

B

BasicContext - Class in org.jboss.webbeans.context
The abstraction of a private context, on that operates on a ThreadLocal BeanMap and ThreadLocal active state A private context doesn't rely on some external context to hold it's state
BasicContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.BasicContext
Constructor
BeanDeployer - Class in org.jboss.webbeans.bootstrap
 
BeanDeployer(ManagerImpl) - Constructor for class org.jboss.webbeans.bootstrap.BeanDeployer
 
BeanMap - Interface in org.jboss.webbeans.context.beanmap
Interface for different implementations of Bean to Bean instance storage.
beans - Variable in class org.jboss.webbeans.context.BasicContext
 
Beans - Class in org.jboss.webbeans.util
Helper class for bean inspection
Beans() - Constructor for class org.jboss.webbeans.util.Beans
 
BeanValidator - Class in org.jboss.webbeans
Checks a list of beans for DeploymentExceptions and their subclasses
BeanValidator(ManagerImpl) - Constructor for class org.jboss.webbeans.BeanValidator
 
beforeCompletion() - Method in class org.jboss.webbeans.event.DeferredEventNotification
Called before completion of a transaction Checks if the observer is interested in this particular transaction phase and if so, notifies the observer.
begin() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
beginApplication(ServletContext) - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Starts the application Runs the bootstrapper for bean discover and initialization
beginRequest(HttpServletRequest) - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Begins a HTTP request Sets the session into the session context
beginSession(HttpSession) - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Begins a session
bind(String, Object) - Method in class org.jboss.webbeans.resource.AbstractNamingContext
Binds in item to JNDI
bindDecorators() - Method in class org.jboss.webbeans.bean.AbstractBean
Binds the decorators to the proxy
BindingTypeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Model of a binding type
BindingTypeModel(Class<T>) - Constructor for class org.jboss.webbeans.metadata.BindingTypeModel
Constructor
bindingTypes - Variable in class org.jboss.webbeans.FacadeImpl
 
bindInterceptors() - Method in class org.jboss.webbeans.bean.AbstractBean
Binds the interceptors to the proxy
boot() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Starts the boot process.
boxedType(Class<?>) - Static method in class org.jboss.webbeans.util.Types
Gets the boxed type of a class
buildAnnotationMap(Annotation[]) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Builds the annotation map (annotation type -> annotation)
buildAnnotationMap(Iterable<Annotation>) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Builds the annotation map (annotation type -> annotation)

C

callInitializers(T, CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractClassBean
Calls all initializers of the bean
callPostConstruct(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Calls the post-construct method, if any
callPreDestroy(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Calls the pre-destroy method, if any
canCallRemoveMethods() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
checkBeanImplementation() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Validates the bean implementation
checkBeanImplementation() - Method in class org.jboss.webbeans.bean.SimpleBean
 
checkConflictingRoles() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Validates for non-conflicting roles
checkDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Validates the deployment type
checkDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
 
checkEnabledDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
Set up the enabled deployment types, if none are specified by the user, the default @Production and @Standard are used.
checkEnterpriseScopeAllowed() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Check that the scope type is allowed by the stereotypes on the bean and the bean type
checkInjectionPointsAreSerializable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
checkObserverMethods() - Method in class org.jboss.webbeans.bean.EnterpriseBean
If there are any observer methods, they must be static or business methods.
checkProducerMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Validates the producer method
checkProducerReturnType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Validates the producer method
checkRequiredTypesImplemented() - Method in class org.jboss.webbeans.bean.AbstractBean
Validates that the required types are implemented
checkReturnValue(T) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Validates the return value
checkScopeAllowed() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Validate that the scope type is allowed by the stereotypes on the bean and the bean type
checkType() - Method in class org.jboss.webbeans.bean.SimpleBean
Validates the type
classForName(String) - Method in class org.jboss.webbeans.bootstrap.SimpleResourceLoader
 
classForName(String) - Method in class org.jboss.webbeans.servlet.ServletContextResourceLoader
Creates a class with a given name from the servlet contexts classloader
classForName(String) - Method in class org.jboss.webbeans.util.ApiAbstraction
Initializes a type
classToString(Class<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a class
clear() - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Clears the bean map
clear() - Method in interface org.jboss.webbeans.context.beanmap.BeanMap
Clears the storage of any bean instances
clear() - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Clears the map
clear() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Clears both maps
clear() - Method in class org.jboss.webbeans.injection.Resolver
Reset all cached injection points.
clearCurrentInjectionInstance(Object) - Method in class org.jboss.webbeans.context.DependentContext
Clears the current injection instance.
ClientProxyMethodHandler - Class in org.jboss.webbeans.bean.proxy
A Javassist MethodHandler that delegates method calls to a proxied bean.
ClientProxyMethodHandler(Bean<?>, int) - Constructor for class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Constructor
ClientProxyProvider - Class in org.jboss.webbeans.bean.proxy
A proxy pool for holding scope adaptors (client proxies)
ClientProxyProvider() - Constructor for class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Constructor
collectionToString(String, Collection<?>) - Static method in class org.jboss.webbeans.util.Strings
 
commit() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
compare(T, T) - Method in class org.jboss.webbeans.util.ListComparator
Compares the entries
ConcurrentCache<K,V> - Class in org.jboss.webbeans.util
Represents a thread safe map
ConcurrentCache() - Constructor for class org.jboss.webbeans.util.ConcurrentCache
Constructor
ConstructorInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
ConstructorInjectionPoint(Bean<?>, AnnotatedConstructor<T>) - Constructor for class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
constructorToString(Constructor<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a method
containsIncompleteInstance(Bean<?>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
containsKey(String) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Indicates if there are EJB descriptors available for an EJB name
containsKey(Class<?>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Indicates if there are EJB descriptors available for an EJB implementation class
contextDestroyed(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the context is destroyed (application scoped)
contextInitialized(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the context is initialized (application started)
ContextMap - Class in org.jboss.webbeans.context
A map from a scope to a list of contexts
ContextMap() - Constructor for class org.jboss.webbeans.context.ContextMap
 
ContextualInstance<T> - Class in org.jboss.webbeans.context
A representation of a contextual bean plus associated instance
ContextualInstance(Contextual<T>, T) - Constructor for class org.jboss.webbeans.context.ContextualInstance
Protected constructor
ConversationContext - Class in org.jboss.webbeans.context
The conversation context
ConversationContext() - Constructor for class org.jboss.webbeans.context.ConversationContext
Constructor
count(Iterable<?>) - Static method in class org.jboss.webbeans.util.Names
Counts item in an iteratble
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Creates an instance of the bean
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Creates an instance of the bean
create(CreationalContext<Event<T>>) - Method in class org.jboss.webbeans.bean.EventBean
Creates an instance
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ForwardingBean
Creates an instance of the delegate
create(CreationalContext<Instance<T>>) - Method in class org.jboss.webbeans.bean.InstanceBean
Creates the implementing bean
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.SimpleBean
Creates an instance of the bean
create(CreationalContext<InjectionPoint>) - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
create(CreationalContext<ManagerImpl>) - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
createActivity() - Method in class org.jboss.webbeans.ManagerImpl
 
createBean(AbstractClassBean<?>, AnnotatedClass<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
Creates a Web Bean from a bean abstraction and adds it to the set of created beans Also creates the implicit field- and method-level beans, if present
createEjbDiscovery(ServletContext) - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
createEjbResolver(ServletContext) - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
createNaming(ServletContext) - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
createProxyFactory() - Method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
createResourceLoader(ServletContext, ResourceLoader) - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
createWebBeanDiscovery(ServletContext) - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
CreationalContextImpl<T> - Class in org.jboss.webbeans.context
 
CreationalContextImpl(Bean<T>) - Constructor for class org.jboss.webbeans.context.CreationalContextImpl
 
CurrentLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Current
CurrentLiteral() - Constructor for class org.jboss.webbeans.literal.CurrentLiteral
 
CurrentManager - Class in org.jboss.webbeans
Access point for getting/setting current Managager
CurrentManager() - Constructor for class org.jboss.webbeans.CurrentManager
 

D

debug(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
debug(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
debug(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
debug(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
decapitalize(String) - Static method in class org.jboss.webbeans.util.Strings
Decapitalizes a String
declaringBean - Variable in class org.jboss.webbeans.bean.AbstractProducerBean
 
DefaultNaming - Class in org.jboss.webbeans.resource
The default naming provider
DefaultNaming() - Constructor for class org.jboss.webbeans.resource.DefaultNaming
Constructor
DeferredEventNotification<T> - Class in org.jboss.webbeans.event
A synchronization object which will deliver the event to the observer after the JTA transaction currently in effect is committed.
DeferredEventNotification(T, Observer<T>) - Constructor for class org.jboss.webbeans.event.DeferredEventNotification
Creates a new deferred event notifier.
delegate() - Method in class org.jboss.webbeans.bean.ForwardingBean
Abstract getter for the delegate
delegate - Variable in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
 
delegate() - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Gets the delegate for the map
delegate() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
delegate() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
delegate() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.introspector.AnnotationStore.AnnotationMap
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Gets the annotated item
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
delegate() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
delegate() - Method in class org.jboss.webbeans.util.ConcurrentCache
Gets the delegate map
delgate() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
DependentContext - Class in org.jboss.webbeans.context
The dependent context
DependentContext() - Constructor for class org.jboss.webbeans.context.DependentContext
Constructor
dependentInstancesStore - Variable in class org.jboss.webbeans.bean.AbstractBean
 
DependentInstancesStore - Class in org.jboss.webbeans.context
A store for dependent instances created under a given key
DependentInstancesStore() - Constructor for class org.jboss.webbeans.context.DependentInstancesStore
Creates a new DependentInstancesStore
deploy() - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
DeployedLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Deployed
DeployedLiteral() - Constructor for class org.jboss.webbeans.literal.DeployedLiteral
 
DeploymentProperties - Class in org.jboss.webbeans.util
Utility class to load deployment properties
DeploymentProperties(ResourceLoader) - Constructor for class org.jboss.webbeans.util.DeploymentProperties
Constructor
deploymentType - Variable in class org.jboss.webbeans.bean.AbstractBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Destroys an instance of the bean
destroy(Event<T>) - Method in class org.jboss.webbeans.bean.EventBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.ForwardingBean
Destroys an instance through the delegate
destroy(Instance<T>) - Method in class org.jboss.webbeans.bean.InstanceBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Destroys an instance of the bean
destroy(InjectionPoint) - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
destroy(ManagerImpl) - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
destroy() - Method in class org.jboss.webbeans.context.AbstractBeanMapContext
Destroys the context
destroy() - Method in class org.jboss.webbeans.context.ContextualInstance
Destroys the instance by passing it to the destroy method of the contextual item
destroyDependentInstances(Object) - Method in class org.jboss.webbeans.context.DependentInstancesStore
Destroys all dependent objects associated with a particular key and remove that key from the map

E

EJBApiAbstraction - Class in org.jboss.webbeans.ejb
Utility class for EJB classes etc.
EJBApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.ejb.EJBApiAbstraction
 
EjbDescriptorCache - Class in org.jboss.webbeans.ejb
EJB descriptors by EJB implementation class or name
EjbDescriptorCache() - Constructor for class org.jboss.webbeans.ejb.EjbDescriptorCache
Constructor
endApplication() - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Ends the application
endRequest(HttpServletRequest) - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Ends a HTTP request
endSession(HttpSession) - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Ends a session
ENTERPRISE_BEAN_CLASS - Variable in class org.jboss.webbeans.ejb.EJBApiAbstraction
 
EnterpriseBean<T> - Class in org.jboss.webbeans.bean
An enterprise bean representation
EnterpriseBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.EnterpriseBean
Constructor
EnterpriseBeanInstance - Interface in org.jboss.webbeans.bean.proxy
Interface implemented by all enterprise bean proxies to determine if the enterprise bean has already had a remove method called by the application
EnterpriseBeanProxyMethodHandler - Class in org.jboss.webbeans.bean.proxy
Method handler for enterprise bean client proxies
EnterpriseBeanProxyMethodHandler(EnterpriseBean<?>, Iterable<Method>) - Constructor for class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
Constructor
EnumerationIterable<T> - Class in org.jboss.webbeans.util
An Enumeration -> Iteratble adaptor
EnumerationIterable(Enumeration<T>) - Constructor for class org.jboss.webbeans.util.EnumerationIterable
Constructor
EnumerationIterator<T> - Class in org.jboss.webbeans.util
An enumeration -> iterator adapter
EnumerationIterator(Enumeration<T>) - Constructor for class org.jboss.webbeans.util.EnumerationIterator
Constructor
equals(Object) - Method in class org.jboss.webbeans.bean.AbstractBean
 
equals(Object) - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
equals(Object) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
equals(Object) - Method in class org.jboss.webbeans.bean.ForwardingBean
Compares an object with the delegate
equals(Object) - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
equals(Object) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
equals(Object) - Method in class org.jboss.webbeans.event.EventObserver
 
equals(Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Compares two AbstractAnnotatedItems
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
The overridden equals operation
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Compares two annotated methods (delegates)
error(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
error(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
error(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
error(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
EventBean<T,S> - Class in org.jboss.webbeans.bean
An event bean representation
EventBean(AnnotatedItem<Event<T>, S>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.EventBean
Constructor
EventImpl<T> - Class in org.jboss.webbeans.event
Implementation of the Event interface
EventImpl(Class<T>, Manager, Annotation...) - Constructor for class org.jboss.webbeans.event.EventImpl
Constructor
EventManager - Class in org.jboss.webbeans.event
The event bus is where observers are registered and events are fired.
EventManager() - Constructor for class org.jboss.webbeans.event.EventManager
Initializes a new instance of the EventManager.
EventObserver<T> - Class in org.jboss.webbeans.event
EventObserver wraps various Observer objects created by application code or by the Web Beans Manager for annotated observer methods.
EventObserver(Observer<T>, Class<T>, Annotation...) - Constructor for class org.jboss.webbeans.event.EventObserver
Constructs a new wrapper for an observer.

F

FacadeImpl<T> - Class in org.jboss.webbeans
Common implementation for binding-type-based helpers
FacadeImpl(Class<T>, Manager, Annotation...) - Constructor for class org.jboss.webbeans.FacadeImpl
Constructor
fatal(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
fatal(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
fatal(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
fatal(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
FieldInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
FieldInjectionPoint(Bean<?>, AnnotatedField<T>) - Constructor for class org.jboss.webbeans.injection.FieldInjectionPoint
 
fieldToString(Field) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a field
FILTER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
fire(T, Annotation...) - Method in class org.jboss.webbeans.event.EventImpl
Fires an event
fireEvent(Object, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Fires an event object with given event object for given bindings
ForwardingAnnotatedAnnotation<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedAnnotation() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
ForwardingAnnotatedClass<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedClass() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
ForwardingAnnotatedConstructor<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedConstructor() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
ForwardingAnnotatedField<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedField() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
ForwardingAnnotatedItem<T,S> - Class in org.jboss.webbeans.introspector
Provides an abstraction for delegating access to an annotated item
ForwardingAnnotatedItem() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
ForwardingAnnotatedMember<T,S extends java.lang.reflect.Member> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedMember() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
ForwardingAnnotatedMethod<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedMethod() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
ForwardingAnnotatedParameter<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedParameter() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
ForwardingAnnotatedType<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedType() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
ForwardingBean<T> - Class in org.jboss.webbeans.bean
A delegating bean
ForwardingBean(Manager) - Constructor for class org.jboss.webbeans.bean.ForwardingBean
Constructor
ForwardingEjbDescriptor<T> - Class in org.jboss.webbeans.ejb
Forwarding helper class for EjbDescriptor to support the decorator pattern
ForwardingEjbDescriptor() - Constructor for class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
ForwardingELContext - Class in org.jboss.webbeans.el
A forwarding class that delegates to an ELContext
ForwardingELContext() - Constructor for class org.jboss.webbeans.el.ForwardingELContext
 

G

get(Contextual<T>, CreationalContext<T>) - Method in class org.jboss.webbeans.context.AbstractBeanMapContext
Get the bean if it exists in the contexts.
get(Contextual<T>) - Method in class org.jboss.webbeans.context.AbstractBeanMapContext
 
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Gets a bean from the map
get(Contextual<? extends T>) - Method in interface org.jboss.webbeans.context.beanmap.BeanMap
Gets an instance of a bean from the storage.
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Gets an instance from the map
get(Contextual<T>, CreationalContext<T>) - Method in class org.jboss.webbeans.context.DependentContext
Overridden method always creating a new instance
get(Contextual<T>) - Method in class org.jboss.webbeans.context.DependentContext
 
get(String) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Gets the EJB descriptor for a given name
get(Class<T>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Gets an iterator to the EJB descriptors for an EJB implementation class
get(AnnotatedItem<T, S>) - Method in class org.jboss.webbeans.injection.Resolver
Get the possible beans for the given element
get(String) - Method in class org.jboss.webbeans.injection.Resolver
Get the possible beans for the given name
get(Annotation...) - Method in class org.jboss.webbeans.InstanceImpl
Gets an instance with the matching binding types
get(Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
 
get(Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
get(Object) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
get(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
getActive() - Method in class org.jboss.webbeans.context.AbstractContext
Delegates to a ThreadLocal instance
getActualTypeArguments() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the actual type arguments for any parameterized types that this AnnotatedItem represents.
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets the actual type arguments
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the actual type arguments
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the actual type arguments
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the actual type arguments
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the actual type arguments
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the actual type arguments
getActualTypeArguments(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Gets the actual type arguments of a class
getAndWrap(Field, Object) - Static method in class org.jboss.webbeans.util.Reflections
Gets value of a field and wraps exceptions
getAnnotatedAnnotation() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the annotated annotation
getAnnotatedClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the implementing class
getAnnotatedConstructor() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the constructor
getAnnotatedConstructors(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all constructors which are annotated with annotationType
getAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets constructors with given annotation type
getAnnotatedConstructors(Class<? extends T>, Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Reflections
Gets all constructors with a given annotation
getAnnotatedField() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets the annotated field
getAnnotatedField() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getAnnotatedField() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the underlying field
getAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are annotated with the given annotation type on this class and all super classes
getAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted field annotated with a specific annotation type If the fields map is null, initialize it first
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractBean
Returns the annotated time the bean represents
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the annotated item
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Gets the underlying item
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Gets the annotated item representing the field
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Gets the annotated item representing the method
getAnnotatedMembers(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Gets all the members annotated with annotationType
getAnnotatedMembers(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
getAnnotatedMembers(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Returns the annotated members with a given annotation type If the annotated members are null, they are initialized first.
getAnnotatedMethod() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
 
getAnnotatedMethod() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getAnnotatedMethod() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the annotated method
getAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all methods annotated with annotationType
getAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted methods that have a certain annotation type present If the annotated methods map is null, initialize it first
getAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets all parameters to the constructor which are annotated with annotationType
getAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the list of annotated parameters for a given annotation
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets parameter abstractions with a given annotation type.
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the parameter abstractions with a given annotation type If the parameter abstractions are null, they are initialized first
getAnnotation(Class<A>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets an annotation for the annotation type specified.
getAnnotation(Class<? extends A>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getAnnotations() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getAnnotationsAsSet() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations on the item
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getAnnotationStore() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getAttribute(String) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Gets an attribute from the underlying storage
getAttribute(String) - Method in class org.jboss.webbeans.servlet.ApplicationBeanMap
 
getAttribute(String) - Method in class org.jboss.webbeans.servlet.SessionBeanMap
 
getAttributeNames() - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Gets an enumeration of the beans present in the underlying storage
getAttributeNames() - Method in class org.jboss.webbeans.servlet.ApplicationBeanMap
 
getAttributeNames() - Method in class org.jboss.webbeans.servlet.SessionBeanMap
 
getBean() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getBeanByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
 
getBeanKey(Contextual<?>) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Returns a map key to a bean.
getBeanMap() - Method in class org.jboss.webbeans.context.AbstractBeanMapContext
A method that should return the actual bean map implementation
getBeanMap() - Method in class org.jboss.webbeans.context.ApplicationContext
Gets the bean map
getBeanMap() - Method in class org.jboss.webbeans.context.BasicContext
Delegates to a ThreadLocal instance
getBeanMap() - Method in class org.jboss.webbeans.context.SessionContext
Gets the bean map
getBeans() - Method in class org.jboss.webbeans.ManagerImpl
The beans registered with the Web Bean manager.
getBindings() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the binding types
getBindings() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the binding types of the delegate
getBindings() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the bindings
getBindings() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the bindings
getBindings() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getBindings() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getBindingsAsArray() - Method in class org.jboss.webbeans.event.ObserverImpl
 
getBindingTypeModel(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a binding type model.
getBindingTypes() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the binding types for this element
getBindingTypes() - Method in class org.jboss.webbeans.introspector.AnnotationStore
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
Deprecated. 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
Deprecated. 
getBindingTypesArray() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
 
getBindingTypesAsArray() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the binding types for this element
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.AnnotationStore
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
Deprecated. 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
Deprecated. 
getBuiltInContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.context.ContextMap
Gets the dependent context
getBuiltInContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
Direct access to built in contexts.
getClassConstructor(DeploymentProperties, ResourceLoader, String, Class<T>, Class<?>...) - Static method in class org.jboss.webbeans.bootstrap.PropertiesBasedBootstrap
Returns any class constructor from the merged list defined by the specified property.
getClasses(DeploymentProperties, ResourceLoader, String, Class<T>) - Static method in class org.jboss.webbeans.util.DeploymentProperties
Gets the possible implementation class for a given property for which the values are classanames
getClientProxy(Bean<T>) - Method in class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Gets a client proxy for a bean Looks for a proxy in the pool.
getCommonPropertyType(ELContext, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getConstructor() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the constructor
getConstructor(List<Class<?>>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets the constructor with arguments given
getConstructor(List<Class<?>>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getConstructor(List<Class<?>>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets a constructor with given arguments
getConstructor(Class<T>, Class<?>...) - Static method in class org.jboss.webbeans.util.Reflections
Gets a constructor with matching parameter types
getConstructors() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all constructors
getConstructors() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getConstructors() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted constructors of the class Initializes the constructors if they are null
getConstructorsForAnnotatedParameter(Class<? extends T>, Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Reflections
Gets constructors with a given annotated parameter
getConstructorsForMetaAnnotatedParameter(Class<? extends T>, Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Reflections
Gets constructors with a given meta-annotated parameter
getContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.context.ContextMap
Gets the list of context with the given scope type
getContext(Class) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
Gets an active context of the given scope.
getContext() - Method in class org.jboss.webbeans.resource.AbstractNamingContext
 
getContext() - Method in class org.jboss.webbeans.resource.DefaultNaming
Gets the initial context
getCreationalContext(Bean<S>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
getCurrentTransaction() - Method in class org.jboss.webbeans.transaction.Transaction
 
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are annotated with the given annotation type on this class only.
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all methods annotated with annotationType
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredBeanType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the declared bean type
getDeclaredFields() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are declared on this annotated item with the given meta annotation type
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getDeclaredMethod(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
getDeclaredMethod(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredMethod(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all with parameters annotated with annotationType
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaringBean() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Returns the declaring bean
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets the declaring class of the annotation
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets an abstraction of the declaring class
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the abstracted declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the declaring class
getDeclaringMember() - Method in interface org.jboss.webbeans.introspector.AnnotatedParameter
 
getDeclaringMember() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
getDeclaringMember() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the default deployment type
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Gets the default deployment type, Production
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the deployment types
getDefaultDeploymentType() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get the default deployment type the stereotype specifies
getDefaultName() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the default name of the bean
getDefaultName() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the default name
getDefaultName() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Gets the default name
getDefaultName() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Returns the default name
getDefaultName() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Returns the default name
getDefaultScopeType() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get the default scope type the stereotype specifies
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the delegate (class)
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the delegate (constructor)
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the delegate
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the delegate
getDependentInstancesStore() - Method in class org.jboss.webbeans.bean.AbstractBean
 
getDeploymentProperties() - Method in class org.jboss.webbeans.bootstrap.PropertiesBasedBootstrap
Gets the deployment properties
getDeploymentProperties() - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
getDeploymentType(List<Class<? extends Annotation>>, AnnotationStore.AnnotationMap) - Static method in class org.jboss.webbeans.bean.AbstractBean
Helper class for getting deployment type Loops through the enabled deployment types (backwards) and returns the first one present in the possible deployments type, resulting in the deployment type of highest priority
getDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the deployment type of the bean
getDeploymentType() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the deployment types of the delegate
getDeploymentType() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the deployment type
getDeploymentType() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the deployment type
getDeploymentType() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getDisposalMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Returns the disposal method
getEjbDescriptor() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
getEjbDescriptorCache() - Method in class org.jboss.webbeans.ManagerImpl
 
getEjbDiscovery() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
getEjbDiscovery() - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
getEjbName() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getEjbResolver() - Method in class org.jboss.webbeans.ManagerImpl
 
getELResolver() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getEnabledDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
A strongly ordered, unmodifiable list of enabled deployment types
getEnterpriseBeanMap() - Method in class org.jboss.webbeans.ManagerImpl
 
getEventBindings() - Method in class org.jboss.webbeans.event.EventObserver
 
getEventType() - Method in class org.jboss.webbeans.event.EventObserver
 
getEventType() - Method in class org.jboss.webbeans.event.ObserverImpl
 
getFeatureDescriptors(ELContext, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getFields() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields on the type
getFields() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getFields() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted fields of the class Initializes the fields if they are null
getFilteredAnnotations() - Method in class org.jboss.webbeans.event.EventImpl
 
getFilteredAnnotations() - Method in class org.jboss.webbeans.FacadeImpl
Gets a set of annotation classes to ignore
getFilteredAnnotations() - Method in class org.jboss.webbeans.InstanceImpl
Filters annotations from the binding type or parameter lists This implementation filters no annotations
getFunctionMapper() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getFuture(K) - Method in class org.jboss.webbeans.util.ConcurrentCache
Gets the Future value from the map
getIncompleteInstance(Bean<S>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
getInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the annotated methods
getInjectionPoint() - Method in class org.jboss.webbeans.ManagerImpl
Accesses the factory used to create each instance of InjectionPoint that is injected into web beans.
getInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.RIBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getInstance(Bean<T>) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance of a bean
getInstance(Bean<T>, boolean) - Method in class org.jboss.webbeans.ManagerImpl
 
getInstanceByName(String) - Method in class org.jboss.webbeans.ManagerImpl
Gets an instance by name, returning null if none is found and throwing an exception if too many beans match
getInstanceByType(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance by API type and binding types
getInstanceByType(TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance by type literal and binding types
getInstanceToInject(InjectionPoint) - Method in class org.jboss.webbeans.ManagerImpl
 
getInstanceToInject(InjectionPoint, CreationalContext<?>) - Method in class org.jboss.webbeans.ManagerImpl
 
getInterceptorBindings() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get any interceptor bindings the the stereotype specifies
getKeyPrefix() - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Gets a key prefix that should be prefixed to names
getKeyPrefix() - Method in class org.jboss.webbeans.servlet.ApplicationBeanMap
 
getKeyPrefix() - Method in class org.jboss.webbeans.servlet.SessionBeanMap
 
getLocalBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getLocalBusinessInterfacesJndiNames() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
getLocale() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getLog(String) - Static method in class org.jboss.webbeans.log.Logging
 
getLog(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getLogProvider(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getManager() - Method in class org.jboss.webbeans.bean.RIBean
 
getManager() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
getMember() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getMember() - Method in interface org.jboss.webbeans.introspector.AnnotatedMember
 
getMember() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
getMember() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
getMembers() - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Gets all members
getMembers() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
getMembers() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets all members of the annotation Initializes the members first if they are null
getMergedStereotypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the merged stereotypes of the bean
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are meta-annotated with metaAnnotationType
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets abstracted fields with requested meta-annotation type present If the meta-annotations map is null, it is initializes.
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the meta-annotation that should be present
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets the meta-annotation type
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.ScopeModel
Gets the corresponding meta-annotation type class
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the meta-annotation type
getMetaAnnotations(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are annotated with the given meta annotation type
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are annotated with the given meta annotation type
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getMethod(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Find the annotated method for a given methodDescriptor
getMethod(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getMethod(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Reflections
Gets all methods with a given annotation
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all with parameters annotated with annotationType
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getName() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the name of the delegate
getName() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getName() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the name of this AnnotatedItem If it is not possible to determine the name of the underling element, a IllegalArgumentException is thrown
getName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets the name of the member
getName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets the name of the type
getName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the name of the parameter
getNaming() - Method in class org.jboss.webbeans.ManagerImpl
 
getNewEnterpriseBeanMap() - Method in class org.jboss.webbeans.ManagerImpl
Gets the class-mapped beans.
getNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets the non-binding types
getObserver() - Method in class org.jboss.webbeans.event.EventObserver
 
getObservers(T, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Resolves the list of observers to be notified for a given event and optional event bindings.
getParameters() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getParameters() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getParameters() - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets all parameters to the constructor
getParameters() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the abstracted parameters of the method
getParameters() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getParameters() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getParameters() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the abstracted parameters If the parameters are null, initalize them first
getParameters() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the annotated parameters If the parameters are null, they are initialized first
getParameterTypesAsArray() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Get the parameter types as an array
getParameterTypesAsArray() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getParameterTypesAsArray() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getParameterValues(List<ParameterInjectionPoint<?>>, Object, Class<? extends Annotation>, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
Helper method for getting the current parameter values from a list of annotated parameters.
getParameterValues(List<ParameterInjectionPoint<?>>, Class<? extends Annotation>, Object, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
Helper method for getting the current parameter values from a list of annotated parameters.
getPossibleDeploymentTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the possible deployment typess
getPossibleScopeTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the possible scope types
getPostConstruct() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the post-construct method
getPreDestroy() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the pre-destroy method
getPropertyName() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets the property name of the field
getPropertyName() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the property name
getPropertyName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getPropertyName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getPropertyName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the property name
getPropertyName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the name of the property
getPropertyName(Method) - Static method in class org.jboss.webbeans.util.Reflections
Gets the property name from a getter method
getPropertyValues(String) - Method in class org.jboss.webbeans.util.DeploymentProperties
Get a list of possible values for a given key.
getProxyFactory(Set<Type>) - Static method in class org.jboss.webbeans.util.Proxies
Get the proxy factory for the given set of types
getReceiver(CreationalContext<?>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the receiver of the product
getRemoteBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getRemoveMethods() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getRemoveMethods() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
getRequiredTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the required types
getRequiredTypes() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the required types
getResolver() - Method in class org.jboss.webbeans.ManagerImpl
Get the web bean resolver.
getResource(String) - Method in class org.jboss.webbeans.bootstrap.SimpleResourceLoader
 
getResource(String) - Method in class org.jboss.webbeans.servlet.ServletContextResourceLoader
 
getResourceLoader() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
getResourceLoader() - Method in class org.jboss.webbeans.ManagerImpl
 
getResourceLoader() - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 
getResources(String) - Method in class org.jboss.webbeans.bootstrap.SimpleResourceLoader
 
getResources(String) - Method in class org.jboss.webbeans.servlet.ServletContextResourceLoader
 
getScopeModel(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a scope model Adds the model if it is not present.
getScopeType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the scope type of the bean
getScopeType() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the scope type of the delegate
getScopeType() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the scope type
getScopeType() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the scope type
getScopeType() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getScopeType() - Method in class org.jboss.webbeans.context.AbstractContext
Get the scope the context is for
getSimpleName() - Method in interface org.jboss.webbeans.introspector.AnnotatedType
 
getSimpleName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
getSimpleName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.AbstractBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.RIBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.SimpleBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getSpecializedBeans() - Method in class org.jboss.webbeans.ManagerImpl
 
getStatus() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
getStereotype(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a stereotype model Adds the model if it is not present.
getStereotypeClass() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Deprecated. 
getSuperclass() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets the superclass.
getSuperclass() - Method in interface org.jboss.webbeans.introspector.AnnotatedType
Gets the superclass of the type
getSuperclass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getSuperclass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
getSuperclass() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets the superclass abstraction of the type
getSuperClass() - Method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
getSupportedScopes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the supported scopes
getSupportedScopes() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the supported scopes
getType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the type of the bean
getType() - Method in class org.jboss.webbeans.bean.RIBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
getType() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getType(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getType() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the type of the element
getType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets the type of the annotation
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the type of the class
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the type of the constructor
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the type
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets the type of the method
getType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the type of the parameter
getType() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the type of the annotation
getTypeHierachy(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Gets the type hierarchy for a class A recursive function that adds the class to the set of type and then calls itself with the suprerclass as paramater until the top of the hierarchy is reached.
getTypeHierachy(Class<?>, Set<? super Class<?>>) - Static method in class org.jboss.webbeans.util.Reflections
Gets the flattened type hierarchy for a class, including all super classes and the entire interface type hierarchy
getTypeParameter() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Gets the type paramater of the facade
getTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the API types of the bean
getTypes() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the API types of the delegate
getTypes() - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
getTypes() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
getValue(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getValue(Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedParameter
Gets the actual value of the parameter from the manager
getValue(Manager) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
getValue(Manager) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets the current value of the member
getValue(Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the current value
getValue(K) - Method in class org.jboss.webbeans.util.ConcurrentCache
Gets a value from the map.
getValueToInject(ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getVariableMapper() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getVersion() - Static method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Gets version information
getWebBeanDiscovery() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
getWebBeanDiscovery() - Method in class org.jboss.webbeans.servlet.ServletBootstrap
 

H

hashCode() - Method in class org.jboss.webbeans.bean.AbstractBean
 
hashCode() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the hash code of the delegate
hashCode() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
hashCode() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
hashCode() - Method in class org.jboss.webbeans.event.EventObserver
 
hashCode() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the hash code of the actual type
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
The overridden hashcode Gets the hash code from the delegate
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
hasNext() - Method in class org.jboss.webbeans.util.EnumerationIterator
Indicates if there are more items to iterate
hasNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Indicates if there are non-binding types present
HTTP_SESSION_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 

I

info(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
info(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
info(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
info(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
init() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.bean.EventBean
Initializes the bean Calls super method and validates the annotated item
init() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the bean and its metadata
init() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Initializes the type and validates it
init() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Initializes the non-binding types and validates the members
initBindingTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the binding types
initConstructor() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the constructor
initDefaultBindings() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the deployment types
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Initializes the deployment type to Standard
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initDeploymentTypeFromStereotype() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initDisposalMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the remove method
initEjbInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
InitializedLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Initialized
InitializedLiteral() - Constructor for class org.jboss.webbeans.literal.InitializedLiteral
 
initInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the initializer methods
initInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the injection points
initManager(NamingContext, EjbResolver, ResourceLoader) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
initName() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the name
initNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Initializes the non-binding types
initPersistenceUnitInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initPostConstruct() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the post-construct method
initPreDestroy() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the pre-destroy method
initPrimitive() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the primitive flag
initProxyable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initProxyClass() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initResourceInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the scope type
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Initializes the scope type to dependent
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initScopeTypeFromStereotype() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initSerializable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initSerializable() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initSpecialization() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initSpecialization() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initSpecialization() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
initSpecialization() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the type of the bean
initType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the bean type
initType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Initializes the type
initType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the type
initType() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the bean type
initType() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Initializes the type
initTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the API types
initTypes() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the API types
initTypes() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initValid() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Validates the data for correct annotation
inject(Object, Object) - Method in interface org.jboss.webbeans.injection.AnnotatedInjectionPoint
Injects an instance
inject(Object, Object) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
inject(Object, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
injectBoundFields(T, CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractClassBean
Injects bound fields
injectEjbAndCommonFields() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Injects EJBs and common fields
injectEjbAndCommonFields(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Injects EJBs and common fields
InjectionPointBean - Class in org.jboss.webbeans.bean.standard
Bean for InjectionPoint metadata
InjectionPointBean(AnnotatedClass<InjectionPoint>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.InjectionPointBean
 
injectionPoints - Variable in class org.jboss.webbeans.bean.AbstractBean
 
INSTANCE - Static variable in class org.jboss.webbeans.context.ApplicationContext
 
INSTANCE - Static variable in class org.jboss.webbeans.context.DependentContext
 
INSTANCE - Static variable in class org.jboss.webbeans.context.RequestContext
 
INSTANCE - Static variable in class org.jboss.webbeans.context.SessionContext
 
instance() - Static method in class org.jboss.webbeans.metadata.MetaDataCache
Gets the singleton
InstanceBean<T,S> - Class in org.jboss.webbeans.bean
Helper bean for accessing instances
InstanceBean(AnnotatedItem<Instance<T>, S>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.InstanceBean
Constructor
InstanceImpl<T> - Class in org.jboss.webbeans
Helper implementation for Instance for getting instances
InstanceImpl(Class<T>, Manager, Annotation...) - Constructor for class org.jboss.webbeans.InstanceImpl
Constructor
InternalEjbDescriptor<T> - Class in org.jboss.webbeans.ejb
More powerful version of EjbDescriptor that exposes Maps for some metadata.
InternalEjbDescriptor(EjbDescriptor<T>) - Constructor for class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Invokes the method on the correct version of the instance as obtained by a context lookup
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
Lookups the EJB in the container and executes the method on it
invoke(Object, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
invoke(Object, Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method
invoke(Object, Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
invoke(Object, Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
invokeAndWrap(Method, Object, Object...) - Static method in class org.jboss.webbeans.util.Reflections
Invokes a method and wraps exceptions
invokeOnInstance(Object, Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method on the class of the passed instance, not the declaring class.
invokeOnInstance(Object, Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
invokeOnInstance(Object, Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
invokeWithSpecialValue(Object, Class<? extends Annotation>, Object, ManagerImpl, CreationalContext<?>, Class<? extends RuntimeException>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
isAbstract(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if clazz is abstract
isActive() - Method in class org.jboss.webbeans.context.AbstractContext
Return true if the context is active
isActive() - Method in class org.jboss.webbeans.context.ApplicationContext
Indicates if the context is active
isActive() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isActive() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isActiveOrMarkedRollback() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isActiveOrMarkedRollback() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if an annotation type specified is present
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if an annotation is present on the item
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
isArrayType(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if raw type is array type
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.bean.AbstractBean
Checks if this beans annotated item is assignable from another annotated item
isAssignableFrom(AnnotatedItem<?, ?>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Extends Java Class assignability such that actual type parameters are also considered
isAssignableFrom(Set<Type>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Checks if any of the types provided are assignable to this, using the extended assignability algorithm provided by AnnotatedItem.
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAssignableFrom(Set<Type>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if this item is assignable from another annotated item (through type and actual type arguments)
isAssignableFrom(Set<Type>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if this item is assignable from any one a set of types
isBeanNameDefaulted() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Indicates if the name i defaulted
isBeanNameDefaulted() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Indicates if the bean name is defaulted
isBeanProxyable(Bean<?>) - Static method in class org.jboss.webbeans.util.Beans
Indicates if a bean is proxyable
isBindingType(Annotation) - Static method in class org.jboss.webbeans.util.Reflections
Checks the bindingType to make sure the annotation was declared properly as a binding type (annotated with @BindingType).
isClassProxyable(Class<?>) - Static method in class org.jboss.webbeans.util.Proxies
Inidicates if a class is proxyable
isCommitted() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isCommitted() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isConditional() - Method in class org.jboss.webbeans.event.ObserverImpl
Indicates if the observer is conditional
isContextualInstance(Class<?>) - Static method in class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
 
isConversationContextRequired() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isConversationContextRequired() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isDebugEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isDebugEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if an annotation type specified is present
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
isDeclaredInXml() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Indicates if the bean was declared in XML
isDependent() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isDependent() - Method in class org.jboss.webbeans.bean.RIBean
 
isDestroyed() - Method in interface org.jboss.webbeans.bean.proxy.EnterpriseBeanInstance
Indicated if a remove method has been invoked by the application
isEqual(Annotation, Annotation) - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Comparator for checking equality
isEquivalent(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Checks if a this is equivalent to a JLR method
isEquivalent(Class<?>) - Method in interface org.jboss.webbeans.introspector.AnnotatedType
Check if this is equivalent to a java class
isEquivalent(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
isEquivalent(Class<?>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
isEquivalent(Class<?>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
isEquivalent(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
isErrorEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isErrorEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isFatalEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isFatalEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isFinal() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem represents a final element
isFinal() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Indicates if the member if final
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Indicates if the type if final
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Indicates if the parameter is final
isFinal(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is final
isFinal(Member) - Static method in class org.jboss.webbeans.util.Reflections
Checks if member is final
isInfoEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isInfoEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isInterestedInTransactionPhase(ObserverImpl.TransactionObservationPhase) - Method in class org.jboss.webbeans.event.ObserverImpl
Checks if the observer is interested in a particular transactional phase
isMarkedRollback() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isMarkedRollback() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isMessageDriven() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isNonMemberInnerClass(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is a non-static inner one
isNonStaticMemberClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Determine if this is a non-static member class
isNonStaticMemberClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isNonStaticMemberClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
isNormal() - Method in class org.jboss.webbeans.metadata.ScopeModel
Indicates if the scope is "normal"
isNoTransaction() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isNoTransaction() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isNullable() - Method in class org.jboss.webbeans.bean.AbstractBean
Indicates if bean is nullable
isNullable() - Method in class org.jboss.webbeans.bean.ForwardingBean
Indicates if the delegate is nullable
isNullable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isObserverInterested(Annotation...) - Method in class org.jboss.webbeans.event.EventObserver
Query method to determine if this observer should be notified of an event based on the event bindings and any member values thereof.
isOuter() - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
isParameterizedType() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
isParameterizedType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isParameterizedType() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
isParameterizedType(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is parameterized type
isPassivating() - Method in class org.jboss.webbeans.metadata.ScopeModel
Indicates if the scope is "passivating"
isPassivatingBean(Bean<?>) - Static method in class org.jboss.webbeans.util.Beans
Indicates if a bean is passivating
isPrimitive() - Method in class org.jboss.webbeans.bean.AbstractBean
Indicates if bean type is a primitive
isPrimitive() - Method in class org.jboss.webbeans.bean.RIBean
 
isPrimitive() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isPrimitive(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is primitive
isPropertyResolved() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
isProxy(Object) - Static method in class org.jboss.webbeans.util.Reflections
Indicates if an instance is a Javassist proxy
isProxyable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isProxyable() - Method in class org.jboss.webbeans.bean.RIBean
 
isProxyable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isProxyable() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem can be proxyed
isProxyable() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isProxyable() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Indicates if the type is proxyable to a set of pre-defined rules
isPublic() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this annotated item is public
isPublic() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
isReadOnly(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
isRolledBack() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isRolledBack() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isRolledBackOrMarkedRollback() - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
isRolledBackOrMarkedRollback() - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
isSerializable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.ForwardingBean
Indicates if the delegate is serializable
isSerializable() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.SimpleBean
Indicates if the bean is serializable
isSerializable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
isSerializable(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
 
isSingleton() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isSpecializing() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.NewSimpleBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.RIBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isStateful() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isStateless() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isStatic() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem represents a static element
isStatic() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Indicates if the member is static
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Indicates if the type is static
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Indicates if the parameter is static
isStatic(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is static
isStatic(Member) - Static method in class org.jboss.webbeans.util.Reflections
Checks if member is static
isStaticInnerClass(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is a static inner one
isTraceEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isTraceEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isTransactional() - Method in class org.jboss.webbeans.event.ObserverImpl
Indicates if the observer is transactional
isTransient() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
 
isTransient() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
isTransient() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
isTransient(Member) - Static method in class org.jboss.webbeans.util.Reflections
 
isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type or member is final
isValid() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Indicates if the annotation is valid
isWarnEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isWarnEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
iterator() - Method in class org.jboss.webbeans.util.EnumerationIterable
Gets an iterator

J

JNDI_KEY - Static variable in class org.jboss.webbeans.ManagerImpl
 
JSFApiAbstraction - Class in org.jboss.webbeans.jsf
Utility class for JSF related components, concepts etc.
JSFApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.jsf.JSFApiAbstraction
 

K

keySet() - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Returns the beans present in the map
keySet() - Method in interface org.jboss.webbeans.context.beanmap.BeanMap
Returns an Iterable over the current keys in the storage
keySet() - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Returns the beans contained in the map

L

ListComparator<T> - Class in org.jboss.webbeans.util
List comparator based on element location
ListComparator(List<T>) - Constructor for class org.jboss.webbeans.util.ListComparator
Constructor
Log - Interface in org.jboss.webbeans.log
 
Logging - Class in org.jboss.webbeans.log
 
Logging() - Constructor for class org.jboss.webbeans.log.Logging
 
LogProvider - Interface in org.jboss.webbeans.log
 
lookup(String, Class<? extends T>) - Method in class org.jboss.webbeans.resource.AbstractNamingContext
Lookup an item from JNDI
lookupMethod(Method, Object) - Static method in class org.jboss.webbeans.util.Reflections
Looks up a method in the type hierarchy of an instance

M

manager - Variable in class org.jboss.webbeans.bean.AbstractBean
 
manager - Variable in class org.jboss.webbeans.FacadeImpl
 
ManagerBean - Class in org.jboss.webbeans.bean.standard
 
ManagerBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.ManagerBean
 
ManagerImpl - Class in org.jboss.webbeans
Implementation of the Web Beans Manager.
ManagerImpl(NamingContext, EjbResolver, ResourceLoader) - Constructor for class org.jboss.webbeans.ManagerImpl
Create a new manager
MAPPED_METAANNOTATIONS - Static variable in interface org.jboss.webbeans.introspector.AnnotatedItem
 
MAPPED_PARAMETER_ANNOTATIONS - Static variable in interface org.jboss.webbeans.introspector.AnnotatedMethod
 
mapToString(String, Map<?, ?>) - Static method in class org.jboss.webbeans.util.Strings
Returns a textual representation of a map for debug purposes
merge(Set<Annotation>) - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Perform the merge
mergeBindings(Annotation...) - Method in class org.jboss.webbeans.FacadeImpl
Merges the binding this helper operates upon with the parameters
mergeBindingTypes(Set<? extends Annotation>, Annotation...) - Method in class org.jboss.webbeans.FacadeImpl
Merges and validates the current and new bindings Checks with an abstract method for annotations to exclude
MergedStereotypes<T,E> - Class in org.jboss.webbeans.metadata
Meta model for the merged stereotype for a bean
MergedStereotypes(Set<Annotation>) - Constructor for class org.jboss.webbeans.metadata.MergedStereotypes
Constructor
MetaDataCache - Class in org.jboss.webbeans.metadata
Metadata singleton for holding EJB metadata, scope models etc.
MetaDataCache() - Constructor for class org.jboss.webbeans.metadata.MetaDataCache
 
MethodInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
MethodInjectionPoint(Bean<?>, AnnotatedMethod<T>) - Constructor for class org.jboss.webbeans.injection.MethodInjectionPoint
 
methodToString(Method) - Static method in class org.jboss.webbeans.util.Names
Gets the string representation from a method

N

name - Variable in class org.jboss.webbeans.bean.AbstractBean
 
Names - Class in org.jboss.webbeans.util
Utility class to produce friendly names e.g.
Names() - Constructor for class org.jboss.webbeans.util.Names
 
NewEnterpriseBean<T> - Class in org.jboss.webbeans.bean
Represents a @New enterprise bean
NewEnterpriseBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.NewEnterpriseBean
Protected constructor
newInstance(Constructor<T>, Object...) - Static method in class org.jboss.webbeans.bootstrap.PropertiesBasedBootstrap
Creates an instance of the type
newInstance(ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
newInstance(Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Creates a new instance of the class, using this constructor
newInstance(Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
newInstance(Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Creates a new instance
NewLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Current
NewLiteral() - Constructor for class org.jboss.webbeans.literal.NewLiteral
 
NewSimpleBean<T> - Class in org.jboss.webbeans.bean
Represents a @New simple bean
NewSimpleBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.NewSimpleBean
Protected constructor
next() - Method in class org.jboss.webbeans.util.EnumerationIterator
Gets the next item
notify(T) - Method in class org.jboss.webbeans.event.ObserverImpl
 
notifyObservers(Set<Observer<T>>, T) - Method in class org.jboss.webbeans.event.EventManager
Iterates over the interested observers.

O

observe(Observer<T>, Annotation...) - Method in class org.jboss.webbeans.event.EventImpl
Registers an observer
ObserverImpl<T> - Class in org.jboss.webbeans.event
Reference implementation for the Observer interface, which represents an observer method.
ObserverImpl(AnnotatedMethod<?>, Bean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.event.ObserverImpl
Creates an Observer which describes and encapsulates an observer method (8.5).
ObserverImpl.TransactionObservationPhase - Enum in org.jboss.webbeans.event
The known transactional phases a transactional event observer can be interested in
of(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.EnterpriseBean
Creates a simple, annotation defined Enterprise Web Bean
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.EnterpriseBean
 
of(AnnotatedItem<Event<T>, S>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.EventBean
Creates an event Web Bean
of(AnnotatedItem<Instance<T>, S>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.InstanceBean
Creates an instance Web Bean
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.NewEnterpriseBean
Creates an instance of a NewEnterpriseBean from an annotated class
of(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.NewEnterpriseBean
Creates an instance of a NewEnterpriseBean from a class
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.NewSimpleBean
Creates an instance of a NewSimpleBean from an annotated class
of(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.NewSimpleBean
Creates an instance of a NewSimpleBean from a class
of(AnnotatedField<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerFieldBean
Creates a producer field Web Bean
of(Field, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerFieldBean
Creates a producer field Web Bean
of(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerMethodBean
Creates a producer method Web Bean
of(Method, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerMethodBean
 
of(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.SimpleBean
Creates a simple, annotation defined Web Bean
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.SimpleBean
Creates a simple, annotation defined Web Bean
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.InjectionPointBean
Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.ManagerBean
 
of(Contextual<T>, T) - Static method in class org.jboss.webbeans.context.ContextualInstance
Static constructor wrapper
of(AnnotatedMethod<?>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.event.ObserverImpl
Creates an observer
of(Bean<?>, AnnotatedConstructor<T>) - Static method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
of(Bean<?>, AnnotatedField<T>) - Static method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
of(Bean<?>, AnnotatedMethod<T>) - Static method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
of(Bean<?>, AnnotatedParameter<T>) - Static method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
of(AnnotatedElement) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Build an AnnotatedItemHelper from a class
of(Annotation[], Annotation[]) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
 
of(Class<T>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
of(TypeLiteral<T>, Annotation[]) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Deprecated. 
of(Class<T>, Annotation[]) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Deprecated. 
of(Constructor<T>, AnnotatedType<T>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
 
of(Method, AnnotatedType<?>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
of(Annotation[], Class<T>, AnnotatedMember<?, ?>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
of(AnnotatedParameter<T>, Set<Annotation>) - Static method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
ofClasses(Set<Class<?>>) - Static method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
ofTypes(Set<Type>) - Static method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
org.jboss.webbeans - package org.jboss.webbeans
 
org.jboss.webbeans.bean - package org.jboss.webbeans.bean
 
org.jboss.webbeans.bean.proxy - package org.jboss.webbeans.bean.proxy
 
org.jboss.webbeans.bean.standard - package org.jboss.webbeans.bean.standard
 
org.jboss.webbeans.bootstrap - package org.jboss.webbeans.bootstrap
 
org.jboss.webbeans.context - package org.jboss.webbeans.context
 
org.jboss.webbeans.context.beanmap - package org.jboss.webbeans.context.beanmap
 
org.jboss.webbeans.ejb - package org.jboss.webbeans.ejb
 
org.jboss.webbeans.el - package org.jboss.webbeans.el
 
org.jboss.webbeans.event - package org.jboss.webbeans.event
 
org.jboss.webbeans.injection - package org.jboss.webbeans.injection
 
org.jboss.webbeans.introspector - package org.jboss.webbeans.introspector
 
org.jboss.webbeans.introspector.jlr - package org.jboss.webbeans.introspector.jlr
 
org.jboss.webbeans.jsf - package org.jboss.webbeans.jsf
 
org.jboss.webbeans.literal - package org.jboss.webbeans.literal
 
org.jboss.webbeans.log - package org.jboss.webbeans.log
 
org.jboss.webbeans.metadata - package org.jboss.webbeans.metadata
 
org.jboss.webbeans.resource - package org.jboss.webbeans.resource
 
org.jboss.webbeans.servlet - package org.jboss.webbeans.servlet
 
org.jboss.webbeans.transaction - package org.jboss.webbeans.transaction
 
org.jboss.webbeans.util - package org.jboss.webbeans.util
 

P

ParameterInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
parse(InputStream) - Method in class org.jboss.webbeans.ManagerImpl
 
postConstruct(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
postConstruct(InvocationContext) - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
Gets the underlying target and calls the post-construct method
postSpecialization() - Method in class org.jboss.webbeans.bean.AbstractBean
 
preCheckSpecialization() - Method in class org.jboss.webbeans.bean.AbstractBean
 
preCheckSpecialization() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
preCheckSpecialization() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Validates specialization
preCheckSpecialization() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
preCheckSpecialization() - Method in class org.jboss.webbeans.bean.SimpleBean
 
preDestroy(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
preDestroy(InvocationContext) - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
Gets the underlying target and calls the pre-destroy method
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
ProducerFieldBean<T> - Class in org.jboss.webbeans.bean
Represents a producer field bean
ProducerFieldBean(AnnotatedField<T>, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerFieldBean
Constructor
ProducerMethodBean<T> - Class in org.jboss.webbeans.bean
Represents a producer method bean
ProducerMethodBean(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerMethodBean
 
PropertiesBasedBootstrap - Class in org.jboss.webbeans.bootstrap
An abstract extension of Bootstrap which uses deployment properties for configuring the application
PropertiesBasedBootstrap() - Constructor for class org.jboss.webbeans.bootstrap.PropertiesBasedBootstrap
 
Proxies - Class in org.jboss.webbeans.util
Utilties for working with Javassist proxies
Proxies() - Constructor for class org.jboss.webbeans.util.Proxies
 
Proxies.TypeInfo - Class in org.jboss.webbeans.util
 
push(T) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Puts an instance of a bean in the map
put(Contextual<? extends T>, T) - Method in interface org.jboss.webbeans.context.beanmap.BeanMap
Adds a bean instance to the storage
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Puts a bean instance under the bean key in the map
put(Class<? extends Annotation>, AnnotatedParameter<?>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
putContext(Class, Object) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
putIfAbsent(K, Callable<E>) - Method in class org.jboss.webbeans.util.ConcurrentCache
Adds an item to the map if it's not already there

R

readResolve() - Method in class org.jboss.webbeans.ManagerImpl
 
Reflections - Class in org.jboss.webbeans.util
Utility class for static reflection-type operations
Reflections() - Constructor for class org.jboss.webbeans.util.Reflections
 
registerBeans(Iterable<Class<?>>) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Register the bean with the getManager(), including any standard (built in) beans
registerSynchronization(Synchronization) - Method in class org.jboss.webbeans.transaction.AbstractUserTransaction
 
registerSynchronization(Synchronization) - Method in interface org.jboss.webbeans.transaction.UserTransaction
 
registerSynchronization(Synchronization) - Method in class org.jboss.webbeans.transaction.UTTransaction
 
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Removes an instance from the map
remove(Contextual<? extends T>) - Method in interface org.jboss.webbeans.context.beanmap.BeanMap
Removes an instance of a bean from the storage
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Removed a instance from the map
remove() - Method in class org.jboss.webbeans.util.EnumerationIterator
Removes an item.
removeAttribute(String) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Removes an attribute from the underlying storage
removeAttribute(String) - Method in class org.jboss.webbeans.servlet.ApplicationBeanMap
 
removeAttribute(String) - Method in class org.jboss.webbeans.servlet.SessionBeanMap
 
removeMethods - Variable in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
removeObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Removes an observer from the event bus.
removeObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Removes an observer
removeObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Removes an observer
RequestContext - Class in org.jboss.webbeans.context
The request context
RequestContext() - Constructor for class org.jboss.webbeans.context.RequestContext
Constructor
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the request is destroyed
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the request is initialized
resolveByName(String) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a set of beans based on their name
resolveByType(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves beans by API type and binding types
resolveByType(TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves beans by API type literal and binding types
resolveByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Check the resolution request is valid, and then ask the resolver to perform the resolution.
resolveDecorators(Set<Type>, Annotation[]) - Method in class org.jboss.webbeans.injection.Resolver
Resolves decorators according to binding criteria
resolveDecorators(Set<Type>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of decorators based on API types and binding types Os
resolveDisposalMethods(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolve the disposal method for the given producer method.
resolveInjectionPoints() - Method in class org.jboss.webbeans.injection.Resolver
Resolve all injection points added using Resolver.addInjectionPoints(Collection)
resolveInterceptors(InterceptionType, Annotation[]) - Method in class org.jboss.webbeans.injection.Resolver
Resolves interceptors according to binding criteria
resolveInterceptors(InterceptionType, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of interceptors based on interception type and interceptor bindings
resolveObservers(T, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves observers for given event and bindings
Resolver - Class in org.jboss.webbeans.injection
Implementation of Web Beans type safe and name based bean resolution
Resolver(ManagerImpl) - Constructor for class org.jboss.webbeans.injection.Resolver
Constructor
RESOURCE_BUNDLE - Static variable in class org.jboss.webbeans.util.DeploymentProperties
 
rethrow(ExecutionException) - Method in class org.jboss.webbeans.util.ConcurrentCache
Examines and re-throws an exception
RIBean<T> - Class in org.jboss.webbeans.bean
 
RIBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.RIBean
 
rollback() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
rootManager - Static variable in class org.jboss.webbeans.CurrentManager
 
rootManager() - Static method in class org.jboss.webbeans.CurrentManager
Gets the root manager

S

ScopeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Model of a scope
ScopeModel(Class<T>) - Constructor for class org.jboss.webbeans.metadata.ScopeModel
Constrctor
scopeType - Variable in class org.jboss.webbeans.bean.AbstractBean
 
scopeTypeToString(Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation of the scope type annotation
SERVLET_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
SERVLET_CONTEXT_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
SERVLET_REQUEST_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
ServletApiAbstraction - Class in org.jboss.webbeans.servlet
Abstraction for classes in the Servlet API
ServletApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.servlet.ServletApiAbstraction
Constructor
ServletBootstrap - Class in org.jboss.webbeans.servlet
Bootstrapper for usage within servlet environments
ServletBootstrap(ServletContext) - Constructor for class org.jboss.webbeans.servlet.ServletBootstrap
 
ServletContextResourceLoader - Class in org.jboss.webbeans.servlet
A resource loader based on a servlet context
ServletContextResourceLoader(ServletContext) - Constructor for class org.jboss.webbeans.servlet.ServletContextResourceLoader
Constructor
ServletLifecycle - Class in org.jboss.webbeans.servlet
Reacts to phases of the servlet life cycles
ServletLifecycle() - Constructor for class org.jboss.webbeans.servlet.ServletLifecycle
 
SessionBeanInterceptor - Class in org.jboss.webbeans.ejb
Interceptor for handling EJB post-construct tasks
SessionBeanInterceptor() - Constructor for class org.jboss.webbeans.ejb.SessionBeanInterceptor
 
SessionBeanMap - Class in org.jboss.webbeans.servlet
A BeanMap that uses a HTTP session as backing map
SessionBeanMap(HttpSession) - Constructor for class org.jboss.webbeans.servlet.SessionBeanMap
Constructor
SessionContext - Class in org.jboss.webbeans.context
The session context
SessionContext() - Constructor for class org.jboss.webbeans.context.SessionContext
Constructor
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the session is created
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the session is destroyed
set(Object, Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Injects an instance
set(Object, Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
set(Object, Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
setActive(boolean) - Method in class org.jboss.webbeans.context.AbstractContext
Set the context active, internal API for WBRI
setActive(boolean) - Method in class org.jboss.webbeans.context.ApplicationContext
Sets the active state of the context
setActive(boolean) - Method in class org.jboss.webbeans.context.DependentContext
 
setAttribute(String, Object) - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
Sets an instance under a key in the underlying storage
setAttribute(String, Object) - Method in class org.jboss.webbeans.servlet.ApplicationBeanMap
 
setAttribute(String, Object) - Method in class org.jboss.webbeans.servlet.SessionBeanMap
 
setBeanMap(BeanMap) - Method in class org.jboss.webbeans.context.ApplicationContext
Sets the bean map
setBeanMap(BeanMap) - Method in class org.jboss.webbeans.context.SessionContext
Sets the bean map
setBeans(Set<RIBean<?>>) - Method in class org.jboss.webbeans.ManagerImpl
Wraps a collection of beans into a thread safe list.
setCurrent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
 
setCurrentInjectionInstance(Object) - Method in class org.jboss.webbeans.context.DependentContext
Sets the current injection instance.
setEnabledDeploymentTypes(List<Class<? extends Annotation>>) - Method in class org.jboss.webbeans.ManagerImpl
Set the enabled deployment types
setLocale(Locale) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
setOnInstance(Object, Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Injects into the field using the value provided by the manager Unlike #set(Object, Manager) the field injected into is discovered from the declaring instance.
setOnInstance(Object, Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
setOnInstance(Object, Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
setPropertyResolved(boolean) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
setRollbackOnly() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
setRootManager(ManagerImpl) - Static method in class org.jboss.webbeans.CurrentManager
Sets the root manager
setTransactionTimeout(int) - Method in class org.jboss.webbeans.transaction.UTTransaction
 
setValue(ELContext, Object, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
SimpleBean<T> - Class in org.jboss.webbeans.bean
Represents a simple bean
SimpleBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.SimpleBean
Constructor
SimpleBeanMap - Class in org.jboss.webbeans.context.beanmap
A BeanMap that uses a simple forwarding HashMap as backing map
SimpleBeanMap() - Constructor for class org.jboss.webbeans.context.beanmap.SimpleBeanMap
Constructor
SimpleResourceLoader - Class in org.jboss.webbeans.bootstrap
A simple resource loader.
SimpleResourceLoader() - Constructor for class org.jboss.webbeans.bootstrap.SimpleResourceLoader
 
split(String, String) - Static method in class org.jboss.webbeans.util.Strings
Split a string into parts
StereotypeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
A meta model for a stereotype, allows us to cache a stereotype and to validate it
StereotypeModel(Class<T>) - Constructor for class org.jboss.webbeans.metadata.StereotypeModel
Constructor
Strings - Class in org.jboss.webbeans.util
String utilities
Strings() - Constructor for class org.jboss.webbeans.util.Strings
 

T

toString() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Returns a string representation
toString() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.EventBean
Returns a string representation
toString() - Method in class org.jboss.webbeans.bean.ForwardingBean
Returns a string representation
toString() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.SimpleBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.context.ApplicationContext
 
toString() - Method in class org.jboss.webbeans.context.beanmap.AbstractBeanMap
 
toString() - Method in class org.jboss.webbeans.context.beanmap.SimpleBeanMap
 
toString() - Method in class org.jboss.webbeans.context.ContextMap
 
toString() - Method in class org.jboss.webbeans.context.ConversationContext
 
toString() - Method in class org.jboss.webbeans.context.DependentContext
 
toString() - Method in class org.jboss.webbeans.context.RequestContext
 
toString() - Method in class org.jboss.webbeans.context.SessionContext
 
toString() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
 
toString() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
toString() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
toString() - Method in class org.jboss.webbeans.event.EventImpl
 
toString() - Method in class org.jboss.webbeans.event.EventManager
 
toString() - Method in class org.jboss.webbeans.event.EventObserver
 
toString() - Method in class org.jboss.webbeans.event.ObserverImpl
 
toString() - Method in class org.jboss.webbeans.FacadeImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.injection.Resolver
Gets a string representation
toString() - Method in class org.jboss.webbeans.InstanceImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.introspector.AnnotationStore.AnnotationMap
Gets a string representation of the Map
toString() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets a string representation of the item
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets a string representation of the member
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets a string representation of the type
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets a string representation of the annotation
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets a string representation of the class
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets a string representation of the constructor
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets a string representation of the field
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Gets a string representation of the method
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets a string representation of the parameter
toString() - Method in class org.jboss.webbeans.ManagerImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets a string representation of the annotation model
toString() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets a string representation of the binding type model
toString() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Gets a string representation of the merged stereotypes
toString() - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a string representation
toString() - Method in class org.jboss.webbeans.metadata.ScopeModel
Gets a string representation of the scope model
toString() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets a string representation of the stereotype
trace(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
trace(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
trace(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
trace(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
Transaction - Class in org.jboss.webbeans.transaction
Transaction manager component
Transaction() - Constructor for class org.jboss.webbeans.transaction.Transaction
 
type - Variable in class org.jboss.webbeans.bean.AbstractBean
 
type - Variable in class org.jboss.webbeans.FacadeImpl
 
types - Variable in class org.jboss.webbeans.bean.AbstractBean
 
Types - Class in org.jboss.webbeans.util
Utility class for Types
Types() - Constructor for class org.jboss.webbeans.util.Types
 
typesToString(Set<Type>) - Static method in class org.jboss.webbeans.util.Names
 

U

UICOMPONENT_CLASS - Variable in class org.jboss.webbeans.jsf.JSFApiAbstraction
 
USER_TRANSACTION_JNDI_NAME - Static variable in class org.jboss.webbeans.transaction.Transaction
 
UserTransaction - Interface in org.jboss.webbeans.transaction
Extends the standard UserTransaction interface with a couple of helpful methods.
UTTransaction - Class in org.jboss.webbeans.transaction
Wraps JTA transaction management in a Web Beans UserTransaction interface.

V

validate() - Method in class org.jboss.webbeans.BeanValidator
Validates the beans
validateBootstrap() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
valueOf(String) - Static method in enum org.jboss.webbeans.event.ObserverImpl.TransactionObservationPhase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.webbeans.event.ObserverImpl.TransactionObservationPhase
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
warn(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
warn(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
warn(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
WebBeansBootstrap - Class in org.jboss.webbeans.bootstrap
Common bootstrapping functionality that is run at application startup and detects and register beans
WebBeansBootstrap() - Constructor for class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
WebBeansELResolver - Class in org.jboss.webbeans.el
 
WebBeansELResolver() - Constructor for class org.jboss.webbeans.el.WebBeansELResolver
 
WebBeansListener - Class in org.jboss.webbeans.servlet
The Web Beans listener Listens for context/session creation/destruction.
WebBeansListener() - Constructor for class org.jboss.webbeans.servlet.WebBeansListener
 
wrap(Set<Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedParameter
 
wrap(AnnotationStore, Set<Annotation>, Set<Annotation>) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
WrappedAnnotatedClass<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedClass(AnnotatedClass<T>, Set<Annotation>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
WrappedAnnotatedField<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedField(AnnotatedField<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
WrappedAnnotatedMethod<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedMethod(AnnotatedMethod<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
WrappedAnnotatedParameter<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedParameter(AnnotatedParameter<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 

_

_serializable - Variable in class org.jboss.webbeans.bean.AbstractBean
 

A B C D E F G H I J K L M N O P R S T U V W _

Copyright © 2008-2009. All Rights Reserved.