|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.javassist.AbstractGenerator org.seasar.framework.aop.javassist.EnhancedClassGenerator
コンポーネントのバイトコードをエンハンスするクラスです。
フィールドの概要 | |
protected CtClass |
enhancedClass
エンハンスされるクラス |
protected java.lang.String |
enhancedClassName
エンハンスされるクラス名 |
protected java.lang.Class |
targetClass
ターゲットクラス |
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したフィールド |
classPool, DEFINE_CLASS_METHOD_NAME, defineClassMethod, protectionDomain |
コンストラクタの概要 | |
EnhancedClassGenerator(ClassPool classPool,
java.lang.Class targetClass,
java.lang.String enhancedClassName)
EnhancedClassGenerator を作成します。 |
メソッドの概要 | |
void |
applyInterType(InterType interType)
InterType を適用します。 |
static java.lang.String |
aroundTryCatchBlock(java.lang.Class[] exceptionTypes,
java.lang.String code)
元のソースコードをtry, cacheで囲んだソースコードを返します。 |
void |
createInvokeSuperMethod(java.lang.reflect.Method method,
java.lang.String invokeSuperMethodName)
superクラスのメソッドを呼び出すためのメソッドを作成します。 |
static java.lang.String |
createInvokeSuperMethodSource(java.lang.reflect.Method method)
superクラスのメソッドを呼び出すためのソースコードを作成します。 |
void |
createTargetMethod(java.lang.reflect.Method method,
java.lang.String methodInvocationClassName)
ターゲットのメソッドを作成します。 |
static java.lang.String |
createTargetMethodSource(java.lang.reflect.Method method,
java.lang.String methodInvocationClassName)
ターゲットメソッド用のソースコードを作成します。 |
static java.lang.Class[] |
normalizeExceptionTypes(java.lang.Class[] exceptionTypes)
例外の型を正規化します。 |
void |
setupClass()
CtClassをセットアップします。 |
void |
setupConstructor()
Constructor のセットアップを行ないます。 |
void |
setupInterface()
インターフェース用のセットアップを行ないます。 |
java.lang.Class |
toClass(java.lang.ClassLoader classLoader)
CtClassをClassに変換します。 |
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したメソッド |
createConstructor, createConstructor, createCtClass, createCtClass, createCtClass, createDefaultConstructor, createDefaultConstructor, createMethod, createMethod, createMethod, fromObject, getAndRenameCtClass, getAndRenameCtClass, getDeclaredMethod, setInterface, setInterfaces, setMethodBody, toClass, toCtClass, toCtClass, toCtClassArray, toCtClassArray, toObject |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected final java.lang.Class targetClass
protected final java.lang.String enhancedClassName
protected CtClass enhancedClass
コンストラクタの詳細 |
public EnhancedClassGenerator(ClassPool classPool, java.lang.Class targetClass, java.lang.String enhancedClassName)
EnhancedClassGenerator
を作成します。
classPool
- targetClass
- enhancedClassName
- メソッドの詳細 |
public void createTargetMethod(java.lang.reflect.Method method, java.lang.String methodInvocationClassName)
method
- methodInvocationClassName
- public void createInvokeSuperMethod(java.lang.reflect.Method method, java.lang.String invokeSuperMethodName)
method
- invokeSuperMethodName
- public void applyInterType(InterType interType)
InterType
を適用します。
interType
- public java.lang.Class toClass(java.lang.ClassLoader classLoader)
classLoader
-
public void setupClass()
public void setupInterface()
public void setupConstructor()
Constructor
のセットアップを行ないます。
public static java.lang.String createTargetMethodSource(java.lang.reflect.Method method, java.lang.String methodInvocationClassName)
method
- methodInvocationClassName
-
public static java.lang.String createInvokeSuperMethodSource(java.lang.reflect.Method method)
method
-
public static java.lang.Class[] normalizeExceptionTypes(java.lang.Class[] exceptionTypes)
exceptionTypes
-
public static java.lang.String aroundTryCatchBlock(java.lang.Class[] exceptionTypes, java.lang.String code)
exceptionTypes
- code
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |