Package | Description |
---|---|
org.jboss.weld.bean.proxy |
Modifier and Type | Class and Description |
---|---|
protected static class |
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver |
class |
DefaultBytecodeMethodResolver
A
BytecodeMethodResolver that looks up the method using the
reflection API. |
Modifier and Type | Field and Description |
---|---|
protected static BytecodeMethodResolver |
ProxyFactory.DEFAULT_METHOD_RESOLVER |
Modifier and Type | Method and Description |
---|---|
protected static void |
ProxyFactory.invokeMethodHandler(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode b,
MethodInformation method,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver)
calls methodHandler.invoke for a given method
|
protected static void |
InterceptedSubclassFactory.invokeMethodHandler(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode b,
MethodInformation methodInfo,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
boolean addProceed)
calls methodHandler.invoke for a given method
|
Copyright © 2013 Seam Framework. All rights reserved.