org.jboss.webbeans
Class FacadeImpl<T>
java.lang.Object
org.jboss.webbeans.FacadeImpl<T>
- Type Parameters:
T
-
- Direct Known Subclasses:
- EventImpl, InstanceImpl
public abstract class FacadeImpl<T>
- extends java.lang.Object
Common implementation for binding-type-based helpers
- Author:
- Gavin King
Field Summary |
protected java.util.Set<? extends java.lang.annotation.Annotation> |
bindings
|
protected java.lang.reflect.Type |
type
|
Constructor Summary |
protected |
FacadeImpl(java.lang.reflect.Type type,
ManagerImpl manager,
java.util.Set<? extends java.lang.annotation.Annotation> bindings)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bindings
protected final java.util.Set<? extends java.lang.annotation.Annotation> bindings
type
protected final java.lang.reflect.Type type
FacadeImpl
protected FacadeImpl(java.lang.reflect.Type type,
ManagerImpl manager,
java.util.Set<? extends java.lang.annotation.Annotation> bindings)
- Constructor
- Parameters:
type
- The event typemanager
- The Web Beans managerbindings
- The binding types
toString
public java.lang.String toString()
- Gets a string representation
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string representation
mergeInBindings
protected java.lang.annotation.Annotation[] mergeInBindings(java.lang.annotation.Annotation... newBindings)
getManager
protected ManagerImpl getManager()
Copyright © 2011. All Rights Reserved.