| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.manager |
| Class and Description |
|---|
| ProxyFactory
Main factory to produce proxy classes and instances for Weld beans.
|
| Class and Description |
|---|
| AbstractBeanInstance |
| BeanInstance
Each proxy maintains a single bean instance on which methods
are invoked.
|
| BytecodeMethodResolver
An object that generates bytecode to resolve a
Method at runtime. |
| CombinedInterceptorAndDecoratorStackMethodHandler
A method handler that wraps the invocation of interceptors and decorators.
|
| DecorationHelper |
| DecoratorProxyMethodHandler
Method handler for decorated beans
|
| Marker
A marker class we can use to ensure that our method will not collide with a
user provided method
|
| ProxyFactory
Main factory to produce proxy classes and instances for Weld beans.
|
| TargetBeanInstance
A simple
BeanInstance which always maintains a specific bean instance
that is being proxied. |
| Class and Description |
|---|
| ClientProxyProvider
A proxy pool for holding scope adaptors (client proxies)
|
Copyright © 2014 Seam Framework. All Rights Reserved.