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(AbstractAnnotatedItem.AnnotationMap) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Constructor Also builds the meta-annotation map.
AbstractAnnotatedItem.AnnotationMap - Class in org.jboss.webbeans.introspector.jlr
Represents a mapping from a annotation type to an annotation implementation
AbstractAnnotatedItem.AnnotationMap() - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem.AnnotationMap
 
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(AbstractAnnotatedItem.AnnotationMap, 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(AbstractAnnotatedItem.AnnotationMap, 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
AbstractBeanMapAdaptor - Class in org.jboss.webbeans.contexts
 
AbstractBeanMapAdaptor() - Constructor for class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
 
AbstractClassBean<T> - Class in org.jboss.webbeans.bean
An abstract bean representation common for class-based beans
AbstractClassBean(Class<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractClassBean
Constructor
AbstractContext - Class in org.jboss.webbeans.contexts
Base for the Context implementations.
AbstractContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.contexts.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
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
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.contexts.ContextMap
Adds a context under a scope type Creates the list of contexts if it doesn't exist
add(EjbDescriptor<?>) - 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(Bean<?>) - Method in class org.jboss.webbeans.ManagerImpl
Registers a bean with the manager
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
addInjectionPoints(Collection<AnnotatedItem<?, ?>>) - Method in class org.jboss.webbeans.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(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
AnnotatedClassImpl(Class<T>, Type, Annotation[]) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Constructor Initializes superclass with built annotation map, sets the raw type and determines the actual type arguments
AnnotatedClassImpl(Class<T>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Constructor Calls another constructor with the class annotations array
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
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
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>) - 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
annotation2String(Annotation) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from an annotation
AnnotationModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.model
Abstract representation of an annotation model
AnnotationModel(Class<T>) - Constructor for class org.jboss.webbeans.model.AnnotationModel
Constructor
annotations2String(Annotation[]) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from an array of annotations
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
annotationTypeForName(String) - Static 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() - Constructor for class org.jboss.webbeans.util.ApiAbstraction
 
ApiAbstraction.Dummy - Interface in org.jboss.webbeans.util
"Not found" class
ApiAbstraction.DummyAnnotation - Annotation Type in org.jboss.webbeans.util
"Not found" annotation
apiTypes - Variable in class org.jboss.webbeans.bean.AbstractBean
 
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.contexts
The Application context
ApplicationContext() - Constructor for class org.jboss.webbeans.contexts.ApplicationContext
Constructor

B

BasicContext - Class in org.jboss.webbeans.contexts
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.contexts.BasicContext
Constructor
BeanFactory - Class in org.jboss.webbeans.bean
Utility class for creating Web Beans
BeanFactory() - Constructor for class org.jboss.webbeans.bean.BeanFactory
 
BeanMap - Interface in org.jboss.webbeans.contexts
Interface for different implementations of Bean to Bean instance storage.
beans - Variable in class org.jboss.webbeans.contexts.BasicContext
 
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) - Static method in class org.jboss.webbeans.util.JNDI
 
bind(String, String, Object) - Static method in class org.jboss.webbeans.util.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.model
Model of a binding type
BindingTypeModel(Class<T>) - Constructor for class org.jboss.webbeans.model.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(WebBeanDiscovery) - 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(AnnotatedElement) - Static method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Static helper method for building annotation map from an annotated element
buildAnnotationMap(Annotation[]) - Static method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Builds the annotation map (annotation type -> annotation)

C

callInitializers(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Calls all initializers of the bean
callInitializers(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Calls any initializers
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
checkBeanImplementation() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Validates the bean implementation
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
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
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.AbstractClassBean
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(Class<?>) - Static method in class org.jboss.webbeans.bean.SimpleBean
Validates the type
class2String(Class<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a class
classForName(String) - Static method in class org.jboss.webbeans.util.ApiAbstraction
Initializes a type
classForName(String) - Static method in class org.jboss.webbeans.util.Reflections
Creates an instance from a class name
classForName(String, ClassLoader) - Static method in class org.jboss.webbeans.util.Reflections
Creates an instance from a class name
clear() - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
Clears the bean map
clear() - Method in interface org.jboss.webbeans.contexts.BeanMap
Clears the storage of any bean instances
clear() - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
Clears the map
clear() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
 
clear() - Method in class org.jboss.webbeans.Resolver
Reset all cached injection points.
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
constructor2String(Constructor<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a method
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.contexts
A map from a scope to a list of contexts
ContextMap() - Constructor for class org.jboss.webbeans.contexts.ContextMap
 
ConversationContext - Class in org.jboss.webbeans.contexts
The conversation context
ConversationContext() - Constructor for class org.jboss.webbeans.contexts.ConversationContext
Constructor
count(Iterable<?>) - Static method in class org.jboss.webbeans.util.Names
Counts item in an iteratble
create() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Creates an instance of the bean
create() - Method in class org.jboss.webbeans.bean.EventBean
Creates an instance
create() - Method in class org.jboss.webbeans.bean.ForwardingBean
Creates an instance of the delegate
create() - Method in class org.jboss.webbeans.bean.InstanceBean
Creates the implementing bean
create() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Creates an instance of the bean
create() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Creates an instance of the bean
create() - Method in class org.jboss.webbeans.bean.SimpleBean
Creates an instance of the bean
createBean(AbstractClassBean<?>, Set<AbstractBean<?, ?>>) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
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
createBeans(Iterable<Class<?>>) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Creates Web Beans from a set of classes Iterates over the classes and creates a Web Bean of the corresponding type.
createChildManager() - Method in class org.jboss.webbeans.ManagerImpl
 
createEnterpriseBean(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a simple, annotation defined Enterprise Web Bean
createEventBean(AnnotatedItem<Event<T>, S>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates an event Web Bean
createInstanceBean(AnnotatedItem<Instance<T>, S>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates an instance Web Bean
createObserver(AnnotatedMethod<Object>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates an observer
createProducerFieldBean(Class<T>, Field, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a producer field Web Bean
createProducerFieldBean(AnnotatedField<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a producer field Web Bean
createProducerMethodBean(Class<T>, Method, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a producer method Web Bean
createProducerMethodBean(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a producer method Web Bean
createSimpleBean(Class<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.BeanFactory
Creates a simple, annotation defined Web Bean
createStandardBeans() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Creates the standard beans used internally by the RI
CurrentBinding - Class in org.jboss.webbeans.bindings
Annotation literal for @Current
CurrentBinding() - Constructor for class org.jboss.webbeans.bindings.CurrentBinding
 
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
 
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.contexts.SimpleBeanMap
 
delegate() - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
Gets the delegate for the map
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Gets the annotated item
delegate() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem.AnnotationMap
 
delegate() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
delegate() - Method in class org.jboss.webbeans.util.ConcurrentCache
Gets the delegate map
DependentContext - Class in org.jboss.webbeans.contexts
The dependent context
DependentContext() - Constructor for class org.jboss.webbeans.contexts.DependentContext
Constructor
DeploymentProperties - Class in org.jboss.webbeans.bootstrap
Utility class to load deployment properties
DeploymentProperties(ClassLoader) - Constructor for class org.jboss.webbeans.bootstrap.DeploymentProperties
Constructor
deploymentType - Variable in class org.jboss.webbeans.bean.AbstractBean
 
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.ProducerFieldBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Destroys an instance of the bean
destroy() - Method in class org.jboss.webbeans.contexts.AbstractContext
Destroys the context

E

EJB - Class in org.jboss.webbeans.ejb
Utility class for EJB classes etc.
EJB() - Constructor for class org.jboss.webbeans.ejb.EJB
 
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 - Static variable in class org.jboss.webbeans.ejb.EJB
 
EnterpriseBean<T> - Class in org.jboss.webbeans.bean
An enterprise bean representation
EnterpriseBean(Class<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.EnterpriseBean
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) - Constructor for class org.jboss.webbeans.util.EnumerationIterator
Constructor
equals(Object) - Method in class org.jboss.webbeans.bean.ForwardingBean
Compares an object with the delegate
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
 
field2String(Field) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a field
FILTER_CLASS - Static variable in class org.jboss.webbeans.servlet.Servlet
 
FILTER_PROPERTY - Static variable in class org.jboss.webbeans.util.LoggerUtil
 
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
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
 
ForwardingBean<T> - Class in org.jboss.webbeans.bean
A delegating bean
ForwardingBean(Manager) - Constructor for class org.jboss.webbeans.bean.ForwardingBean
Constructor

G

get(Contextual<? extends T>) - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
Gets a bean from the map
get(Contextual<T>, boolean) - Method in class org.jboss.webbeans.contexts.AbstractContext
Get the bean if it exists in the contexts.
get(Contextual<? extends T>) - Method in interface org.jboss.webbeans.contexts.BeanMap
Gets an instance of a bean from the storage.
get(Contextual<T>, boolean) - Method in class org.jboss.webbeans.contexts.DependentContext
Overridden method always creating a new instance
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
Gets an instance from the map
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(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
Injects an instance
get(Object) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
get(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
get(AnnotatedItem<T, S>) - Method in class org.jboss.webbeans.Resolver
Get the possible beans for the given element
get(String) - Method in class org.jboss.webbeans.Resolver
Get the possible beans for the given name
getActive() - Method in class org.jboss.webbeans.contexts.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.model.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.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.jlr.AnnotatedFieldImpl
Gets the underlying field
getAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all annotations which are annotated with the given annotation type
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.jlr.AnnotatedAnnotationImpl
Returns the annotated members with a given annotation type If the annotated members are null, they are initialized first.
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.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.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<? extends 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.ForwardingAnnotatedItem
 
getAnnotation(Class<? extends A>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the annotation for a given annotation type.
getAnnotationMap() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the annotation map
getAnnotations() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations on the item
getAnnotations() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotations() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets all annotations on this item Populates the annotationSet if it was empty
getAttribute(String) - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
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.contexts.AbstractBeanMapAdaptor
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
 
getBeanKey(Contextual<?>) - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
Returns a map key to a bean.
getBeanMap() - Method in class org.jboss.webbeans.contexts.AbstractContext
A method that should return the actual bean map implementation
getBeanMap() - Method in class org.jboss.webbeans.contexts.ApplicationContext
Gets the bean map
getBeanMap() - Method in class org.jboss.webbeans.contexts.BasicContext
Delegates to a ThreadLocal instance
getBeanMap() - Method in class org.jboss.webbeans.contexts.SessionContext
Gets the bean map
getBeanMap() - Method in class org.jboss.webbeans.ManagerImpl
 
getBeans() - Method in class org.jboss.webbeans.ManagerImpl
The beans registered with the Web Bean manager.
getBindingTypeModel(Class<T>) - Method in class org.jboss.webbeans.MetaDataCache
Gets a binding type model.
getBindingTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the binding types
getBindingTypes() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the binding types of the delegate
getBindingTypes() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the binding types for this element
getBindingTypes() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getBindingTypes() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the binding types of the item Looks at the meta-annotations map for annotations with binding type meta-annotation.
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.ForwardingAnnotatedItem
 
getBindingTypesAsArray() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets (as array) the binding types of the item Looks at the meta-annotations map for annotations with binding type meta-annotation.
getBuiltInContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.contexts.ContextMap
Gets the dependent context
getBuiltInContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
Direct access to built in contexts.
getClientProxy(Bean<T>, boolean) - Method in class org.jboss.webbeans.bean.proxy.ProxyPool
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.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.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.contexts.ContextMap
Gets the list of context with the given scope type
getContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
Gets an active context of the given scope.
getCurrentTransaction() - Method in class org.jboss.webbeans.transaction.Transaction
 
getDeclaredBeanType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the declared bean type
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.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
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.model.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.model.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
getDeploymentType(List<Class<? extends Annotation>>, AbstractAnnotatedItem.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
getDisposalMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Returns the disposal method
getEjbDescriptorCache() - Method in class org.jboss.webbeans.ManagerImpl
 
getEnabledDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
A strongly ordered, unmodifiable list of enabled deployment types
getEventBindings() - Method in class org.jboss.webbeans.event.EventObserver
 
getEventType() - Method in class org.jboss.webbeans.event.EventObserver
 
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.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
getFuture(K) - Method in class org.jboss.webbeans.util.ConcurrentCache
Gets the Future value from the map
getInitialContext(Properties) - Static method in class org.jboss.webbeans.util.JNDI
 
getInitialContext() - Static method in class org.jboss.webbeans.util.JNDI
 
getInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the annotated methods
getInjectableFields() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the injectable fields
getInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the injection points of the bean
getInstance(boolean) - Method in class org.jboss.webbeans.event.ObserverImpl
Uses the container to retrieve the most specialized instance of this observer.
getInstance(Bean<T>) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance of a bean
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
getInstanceByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolve an instance, verify that the resolved bean can be instantiated, and return
getInterceptorBindings() - Method in class org.jboss.webbeans.model.StereotypeModel
Get any interceptor bindings the the stereotype specifies
getKeyPrefix() - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
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
 
getLog(String) - Static method in class org.jboss.webbeans.log.Logging
 
getLog(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getLogger(String) - Static method in class org.jboss.webbeans.util.LoggerUtil
Gets a logger
getLogProvider(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getMembers() - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Gets all members
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.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.model.AnnotationModel
Gets the meta-annotation that should be present
getMetaAnnotation() - Method in class org.jboss.webbeans.model.BindingTypeModel
Gets the meta-annotation type
getMetaAnnotation() - Method in class org.jboss.webbeans.model.ScopeModel
Gets the corresponding meta-annotation type class
getMetaAnnotation() - Method in class org.jboss.webbeans.model.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.ForwardingAnnotatedItem
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the set of annotations that contain a given annotation type
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.ForwardingAnnotatedItem
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets (as an array) the set of annotations that contain a given annotation type.
getMethod(MethodDescriptor) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Find the annotated method for a given methodDescriptor
getMethod(MethodDescriptor) - 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.jlr.AnnotatedClassImpl
 
getMostSpecializedInstance(Bean<T>, boolean) - Method in class org.jboss.webbeans.ManagerImpl
 
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 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
getNonBindingTypes() - Method in class org.jboss.webbeans.model.BindingTypeModel
Gets the non-binding types
getObserver() - Method in class org.jboss.webbeans.event.EventObserver
 
getObserverMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the observer methods
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 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.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.jlr.AnnotatedMethodImpl
 
getParameterValues(List<AnnotatedParameter<Object>>, Manager) - Static method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Static helper method for getting the current parameter values from a list of annotated parameters.
getParameterValues(List<AnnotatedParameter<Object>>, Object, Class<? extends Annotation>, Manager) - Static method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Static helper method for getting the current parameter values from a list of annotated parameters.
getPossibleDeploymentTypes() - Method in class org.jboss.webbeans.model.MergedStereotypes
Returns the possible deployment typess
getPossibleScopeTypes() - Method in class org.jboss.webbeans.model.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
getProducerFields() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the producer fields
getProducerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the producer methods
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.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.bootstrap.DeploymentProperties
Get a list of possible values for a given key.
getReceiver() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the receiver of the product
getRemoveMethod() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
getRequiredTypes() - Method in class org.jboss.webbeans.model.MergedStereotypes
Returns the required types
getRequiredTypes() - Method in class org.jboss.webbeans.model.StereotypeModel
Gets the required types
getResolver() - Method in class org.jboss.webbeans.ManagerImpl
Get the web bean resolver.
getScopeModel(Class<T>) - Method in class org.jboss.webbeans.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.contexts.AbstractContext
Get the scope the context is for
getServletContext() - Static method in class org.jboss.webbeans.servlet.ServletLifecycle
Gets the servlet context
getSpecializedType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the specializes type of the bean
getSpecializedType() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Gets the specializes type of the bean
getSpecializedType() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the specializes type of the bean
getStatus() - Method in class org.jboss.webbeans.transaction.UTTransaction
 
getStereotype(Class<T>) - Method in class org.jboss.webbeans.MetaDataCache
Gets a stereotype model Adds the model if it is not present.
getStereotypeClass() - Method in class org.jboss.webbeans.model.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.jlr.AbstractAnnotatedType
Gets the superclass abstraction of the type
getSupportedScopes() - Method in class org.jboss.webbeans.model.MergedStereotypes
Returns the supported scopes
getSupportedScopes() - Method in class org.jboss.webbeans.model.StereotypeModel
Gets the supported scopes
getType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the type of the bean
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.model.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.
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
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.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.
getVersion() - Static method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Gets version information
getWebBeanDiscoveryClasses() - Static method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Gets the available discovery implementations Parses the web-beans-ri.properties file and for each row describing a discover class, instantiate that class and add it to the set

H

hashCode() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the hash code of the delegate
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
Gets the hash code (of the delegate)
hasNext() - Method in class org.jboss.webbeans.util.EnumerationIterator
Indicates if there are more items to iterate
hasNonBindingTypes() - Method in class org.jboss.webbeans.model.BindingTypeModel
Indicates if there are non-binding types present
HTTP_SESSION_LISTENER_CLASS - Static variable in class org.jboss.webbeans.servlet.Servlet
 

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.model.AnnotationModel
Initializes the type and validates it
init() - Method in class org.jboss.webbeans.model.BindingTypeModel
Initializes the non-binding types and validates the members
initApiTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the API types
initApiTypes() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the API types
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
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the deployment types
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Initializes the deployment type to Standard
initDisposalMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the remove method
InitializedBinding - Class in org.jboss.webbeans.bindings
 
InitializedBinding() - Constructor for class org.jboss.webbeans.bindings.InitializedBinding
 
initInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the initializer methods
initInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.EnterpriseBean
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
initName() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the name
initNonBindingTypes() - Method in class org.jboss.webbeans.model.BindingTypeModel
Initializes the non-binding types
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
initRemoveMethod() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Initializes the remvoe method
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the scope type
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractFacadeBean
Initializes the scope type to dependent
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.model.AnnotationModel
Initializes the type
initValid() - Method in class org.jboss.webbeans.model.AnnotationModel
Validates the data for correct annotation
inject(Object, Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Injects an instance
inject(Object, Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the current value and injects this instance into an instance
injectBoundFields(T, Manager) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Injects bound fields
injectBoundFields(T, Manager) - Method in class org.jboss.webbeans.bean.SimpleBean
Injects bound fields
injectEjbAndCommonFields() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Injects EJBs and common fields
injectEjbAndCommonFields() - Method in class org.jboss.webbeans.bean.SimpleBean
Injects EJBs and common fields
injectIntoInstance(Object, Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Injects an instance
injectIntoInstance(Object, Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
injectionPoints - Variable in class org.jboss.webbeans.bean.AbstractBean
 
INSTANCE - Static variable in class org.jboss.webbeans.contexts.ApplicationContext
 
INSTANCE - Static variable in class org.jboss.webbeans.contexts.DependentContext
 
INSTANCE - Static variable in class org.jboss.webbeans.contexts.RequestContext
 
INSTANCE - Static variable in class org.jboss.webbeans.contexts.SessionContext
 
instance() - Static method in class org.jboss.webbeans.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
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.proxy.ProxyMethodHandler
The method proxy Uses reflection to look up the corresponding method on the proxy and executes that method with the same parameters.
invoke(Object, Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method
invoke(Object, Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method
invoke(Object, Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Invokes the method on an instance with current parameters from manager
invoke(Object, Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Invokes the method on an instance with given parameters
invokeAndWrap(Method, Object, Object...) - Static method in class org.jboss.webbeans.util.Reflections
Invokes a method and wraps exceptions
invokeAndWrap(String, Class<?>[], Object, Object[]) - Static method in class org.jboss.webbeans.util.Reflections
Invokes a method and wraps exceptions
invokeOnInstance(Object, Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method on the class of the passed instance, not the declaring class.
invokeOnInstance(Object, Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
invokeWithSpecialValue(Object, Class<? extends Annotation>, Object, Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the observer method
invokeWithSpecialValue(Object, Class<? extends Annotation>, Object, Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
isAbstract(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if clazz is abstract
isActive() - Method in class org.jboss.webbeans.contexts.AbstractContext
Return true if the context is active
isActive() - Method in class org.jboss.webbeans.contexts.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.ForwardingAnnotatedItem
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if an annotation is present on the item
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<Class<?>>) - 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<Class<?>>) - 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<Class<?>>) - 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.model.MergedStereotypes
Indicates if the name i defaulted
isBeanNameDefaulted() - Method in class org.jboss.webbeans.model.StereotypeModel
Indicates if the bean name is defaulted
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).
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
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
 
isDeclaredInXml() - Method in class org.jboss.webbeans.model.MergedStereotypes
Indicates if the bean was declared in XML
isEqual(Annotation, Annotation) - Method in class org.jboss.webbeans.model.BindingTypeModel
Comparator for checking equality
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
 
isNonStaticInnerClass(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is a non-static inner one
isNormal() - Method in class org.jboss.webbeans.model.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
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.
isParameterizedType(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is parameterized type
isPassivating() - Method in class org.jboss.webbeans.model.ScopeModel
Indicates if the scope is "passivating"
isPrimitive() - Method in class org.jboss.webbeans.bean.AbstractBean
Indicates if bean type is a primitive
isPrimitive(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is primitive
isProxy(Object) - Static method in class org.jboss.webbeans.util.Reflections
Indicates if an instance is a Javassist proxy
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
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
Indicates if bean is serializable
isSerializable() - Method in class org.jboss.webbeans.bean.ForwardingBean
Indicates if the delegate is serializable
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
isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type or member is final
isTypeSimpleWebBean(Class<?>) - Static method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Indicates if the type is a simple Web Bean
isValid() - Method in class org.jboss.webbeans.model.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 - Class in org.jboss.webbeans.util
Provides JNDI access abstraction
JNDI() - Constructor for class org.jboss.webbeans.util.JNDI
 
JNDI_KEY - Static variable in class org.jboss.webbeans.ManagerImpl
 
JSF - Class in org.jboss.webbeans.jsf
Utility class for JSF related components, concepts etc.
JSF() - Constructor for class org.jboss.webbeans.jsf.JSF
 

K

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

L

LEVEL_PROPERTY - Static variable in class org.jboss.webbeans.util.LoggerUtil
 
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
 
LoggerUtil - Class in org.jboss.webbeans.util
 
LoggerUtil() - Constructor for class org.jboss.webbeans.util.LoggerUtil
 
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) - Static method in class org.jboss.webbeans.util.JNDI
Looks up a object in JNDI
lookup(String, Class<? extends T>) - Static method in class org.jboss.webbeans.util.JNDI
Typed JNDI lookup
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.bootstrap.WebBeansBootstrap
 
manager - Variable in class org.jboss.webbeans.FacadeImpl
 
ManagerImpl - Class in org.jboss.webbeans
Implementation of the Web Beans Manager.
ManagerImpl() - Constructor for class org.jboss.webbeans.ManagerImpl
Constructor
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.model.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.model
Meta model for the merged stereotype for a bean
MergedStereotypes(Set<Annotation>) - Constructor for class org.jboss.webbeans.model.MergedStereotypes
Constructor
MetaDataCache - Class in org.jboss.webbeans
Metadata singleton for holding EJB metadata, scope models etc.
MetaDataCache() - Constructor for class org.jboss.webbeans.MetaDataCache
 
method2String(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
 
newInstance(Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Creates a new instance of the class, using this constructor
newInstance(Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Creates a new instance
next() - Method in class org.jboss.webbeans.util.EnumerationIterator
Gets the next item
NotAScopeException - Exception in org.jboss.webbeans.exceptions
Exception for incorrect scope usage
NotAScopeException() - Constructor for exception org.jboss.webbeans.exceptions.NotAScopeException
Constructor
NotAScopeException(String, Throwable) - Constructor for exception org.jboss.webbeans.exceptions.NotAScopeException
Constructor
NotAScopeException(String) - Constructor for exception org.jboss.webbeans.exceptions.NotAScopeException
Constructor
NotAScopeException(Throwable) - Constructor for exception org.jboss.webbeans.exceptions.NotAScopeException
Constructor
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<Object>, 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
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.bindings - package org.jboss.webbeans.bindings
 
org.jboss.webbeans.bootstrap - package org.jboss.webbeans.bootstrap
 
org.jboss.webbeans.contexts - package org.jboss.webbeans.contexts
 
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.exceptions - package org.jboss.webbeans.exceptions
 
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.log - package org.jboss.webbeans.log
 
org.jboss.webbeans.model - package org.jboss.webbeans.model
 
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

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
 
preDestroy(Object) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
preDestroy(InvocationContext) - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
 
ProducerFieldBean<T> - Class in org.jboss.webbeans.bean
Represents a producer field bean
ProducerFieldBean(Field, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerFieldBean
Constructor
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(Method, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerMethodBean
Constructor
ProducerMethodBean(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerMethodBean
Constructor
ProxyMethodHandler - Class in org.jboss.webbeans.bean.proxy
A Javassist MethodHandler that delegates method calls to a proxied bean.
ProxyMethodHandler(Bean<?>, int) - Constructor for class org.jboss.webbeans.bean.proxy.ProxyMethodHandler
Constructor
ProxyPool - Class in org.jboss.webbeans.bean.proxy
A proxy pool for holding scope adaptors (client proxies)
ProxyPool() - Constructor for class org.jboss.webbeans.bean.proxy.ProxyPool
 
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
Puts an instance of a bean in the map
put(Contextual<? extends T>, T) - Method in interface org.jboss.webbeans.contexts.BeanMap
Adds a bean instance to the storage
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
Puts a bean instance under the bean key in the map
put(Class<? extends Annotation>, AnnotatedParameter<Object>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember.AnnotatedParameterMap
 
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

Reflections - Class in org.jboss.webbeans.util
Utility class for static reflection-type operations
Reflections() - Constructor for class org.jboss.webbeans.util.Reflections
 
registerBeans(Class<?>...) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Register any beans defined by the provided classes with the manager
registerBeans(Iterable<Class<?>>) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Register the bean with the manager, including any standard (built in) beans
registerManager() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
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.contexts.AbstractBeanMapAdaptor
Removes an instance from the map
remove(Contextual<? extends T>) - Method in interface org.jboss.webbeans.contexts.BeanMap
Removes an instance of a bean from the storage
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.contexts.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.contexts.AbstractBeanMapAdaptor
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
 
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.contexts
The request context
RequestContext() - Constructor for class org.jboss.webbeans.contexts.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<Class<?>>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of decorators based on API types and binding types
resolveDecorators(Set<Class<?>>, Annotation[]) - Method in class org.jboss.webbeans.Resolver
Resolves decorators according to binding criteria
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.Resolver
Resolve all injection points added using Resolver.addInjectionPoints(Collection)
resolveInterceptors(InterceptionType, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of interceptors based on interception type and interceptor bindings
resolveInterceptors(InterceptionType, Annotation[]) - Method in class org.jboss.webbeans.Resolver
Resolves interceptors according to binding criteria
resolveObservers(T, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves observers for given event and bindings
Resolver - Class in org.jboss.webbeans
Implementation of Web Beans type safe and name based bean resolution
Resolver(ManagerImpl) - Constructor for class org.jboss.webbeans.Resolver
Constructor
RESOURCE_BUNDLE - Static variable in class org.jboss.webbeans.bootstrap.DeploymentProperties
 
rethrow(ExecutionException) - Method in class org.jboss.webbeans.util.ConcurrentCache
Examines and re-throws an exception
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.model
Model of a scope
ScopeModel(Class<T>) - Constructor for class org.jboss.webbeans.model.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 in org.jboss.webbeans.servlet
 
Servlet() - Constructor for class org.jboss.webbeans.servlet.Servlet
 
SERVLET_CLASS - Static variable in class org.jboss.webbeans.servlet.Servlet
 
SERVLET_CONTEXT_LISTENER_CLASS - Static variable in class org.jboss.webbeans.servlet.Servlet
 
SERVLET_REQUEST_LISTENER_CLASS - Static variable in class org.jboss.webbeans.servlet.Servlet
 
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
 
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.contexts
The session context
SessionContext() - Constructor for class org.jboss.webbeans.contexts.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
setActive(boolean) - Method in class org.jboss.webbeans.contexts.AbstractContext
Set the context active, internal API for WBRI
setActive(boolean) - Method in class org.jboss.webbeans.contexts.ApplicationContext
Sets the active state of the context
setActive(boolean) - Method in class org.jboss.webbeans.contexts.DependentContext
 
setAndWrap(Field, Object, Object) - Static method in class org.jboss.webbeans.util.Reflections
Sets value of a field and wraps exceptions
setAndWrap(String, Object, Object) - Static method in class org.jboss.webbeans.util.Reflections
Sets value of a field and wraps exceptions
setAttribute(String, Object) - Method in class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor
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.contexts.ApplicationContext
Sets the bean map
setBeanMap(BeanMap) - Method in class org.jboss.webbeans.contexts.SessionContext
Sets the bean map
setBeans(Set<AbstractBean<?, ?>>) - Method in class org.jboss.webbeans.ManagerImpl
Wraps a collection of beans into a thread safe list.
setCurrent() - Method in class org.jboss.webbeans.ManagerImpl
 
setEnabledDeploymentTypes(List<Class<? extends Annotation>>) - Method in class org.jboss.webbeans.ManagerImpl
Set the enabled deployment types
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(Class<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.SimpleBean
Constructor
SimpleBeanMap - Class in org.jboss.webbeans.contexts
A BeanMap that uses a simple forwarding HashMap as backing map
SimpleBeanMap() - Constructor for class org.jboss.webbeans.contexts.SimpleBeanMap
Constructor
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.model
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.model.StereotypeModel
Constructor
Strings - Class in org.jboss.webbeans.util
String utilities
Strings() - Constructor for class org.jboss.webbeans.util.Strings
 

T

toDetailedString() - Method in class org.jboss.webbeans.bean.AbstractBean
 
toDetailedString() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
toDetailedString() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
toDetailedString() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
toDetailedString() - Method in class org.jboss.webbeans.bean.SimpleBean
 
toDetailedString() - Method in class org.jboss.webbeans.contexts.ContextMap
 
toDetailedString() - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
toDetailedString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
toDetailedString() - Method in class org.jboss.webbeans.ManagerImpl
 
toDetailedString() - Method in class org.jboss.webbeans.model.AnnotationModel
 
toDetailedString() - Method in class org.jboss.webbeans.model.BindingTypeModel
 
toDetailedString() - Method in class org.jboss.webbeans.model.MergedStereotypes
Gets a string representation of the merged stereotypes
toDetailedString() - Method in class org.jboss.webbeans.model.ScopeModel
 
toDetailedString() - Method in class org.jboss.webbeans.model.StereotypeModel
 
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.ProxyMethodHandler
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.proxy.ProxyPool
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.SimpleBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.contexts.ApplicationContext
 
toString() - Method in class org.jboss.webbeans.contexts.ContextMap
 
toString() - Method in class org.jboss.webbeans.contexts.ConversationContext
 
toString() - Method in class org.jboss.webbeans.contexts.DependentContext
 
toString() - Method in class org.jboss.webbeans.contexts.RequestContext
 
toString() - Method in class org.jboss.webbeans.contexts.SessionContext
 
toString() - Method in class org.jboss.webbeans.contexts.SimpleBeanMap
 
toString() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
 
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.InstanceImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem.AnnotationMap
Gets a string representation of the Map
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.MetaDataCache
Gets a string representation
toString() - Method in class org.jboss.webbeans.model.AnnotationModel
Gets a string representation of the annotation model
toString() - Method in class org.jboss.webbeans.model.BindingTypeModel
Gets a string representation of the binding type model
toString() - Method in class org.jboss.webbeans.model.MergedStereotypes
Gets a string representation of the merged stereotypes
toString() - Method in class org.jboss.webbeans.model.ScopeModel
Gets a string representation of the scope model
toString() - Method in class org.jboss.webbeans.model.StereotypeModel
Gets a string representation of the stereotype
toString() - Method in class org.jboss.webbeans.Resolver
Gets a string representation
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() - 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
 
type2String(Class<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a type
Types - Class in org.jboss.webbeans.util
Utility class for Types
Types() - Constructor for class org.jboss.webbeans.util.Types
 

U

UICOMPONENT_CLASS - Static variable in class org.jboss.webbeans.jsf.JSF
 
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 Seam UserTransaction interface.

V

validate() - Method in class org.jboss.webbeans.ManagerImpl
 
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
 
WEB_BEAN_DISCOVERY_PROPERTY_NAME - Static variable in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
WEBBEANS_LOGGER - Static variable in class org.jboss.webbeans.util.LoggerUtil
 
WebBeansBootstrap - Class in org.jboss.webbeans.bootstrap
Bootstrapping functionality that is run at application startup and detects and register beans
WebBeansBootstrap(ManagerImpl) - Constructor for class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Constructor Starts up with the singleton Manager
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
 

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

Copyright © 2008. All Rights Reserved.