|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.javassist.AbstractGenerator org.seasar.framework.aop.javassist.EnhancedClassGenerator
コンポーネントのバイトコードをエンハンスするクラスです。
フィールドの概要 | |
protected CtClass |
enhancedClass
|
protected String |
enhancedClassName
|
protected Class |
targetClass
|
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したフィールド |
classPool, DEFINE_CLASS_METHOD_NAME, defineClassMethod, protectionDomain |
コンストラクタの概要 | |
EnhancedClassGenerator(ClassPool classPool,
Class targetClass,
String enhancedClassName)
EnhancedClassGenerator を作成します。 |
メソッドの概要 | |
void |
applyInterType(InterType interType)
InterType を適用します。 |
static String |
aroundTryCatchBlock(Class[] exceptionTypes,
String code)
元のソースコードをtry, cacheで囲んだソースコードを返します。 |
void |
createInvokeSuperMethod(Method method,
String invokeSuperMethodName)
superクラスのメソッドを呼び出すためのメソッドを作成します。 |
static String |
createInvokeSuperMethodSource(Method method)
superクラスのメソッドを呼び出すためのソースコードを作成します。 |
void |
createTargetMethod(Method method,
String methodInvocationClassName)
ターゲットのメソッドを作成します。 |
static String |
createTargetMethodSource(Method method,
String methodInvocationClassName)
ターゲットメソッド用のソースコードを作成します。 |
static Class[] |
normalizeExceptionTypes(Class[] exceptionTypes)
例外の型を正規化します。 |
void |
setupClass()
CtClassをセットアップします。 |
void |
setupConstructor()
Constructor のセットアップを行ないます。 |
void |
setupInterface()
インターフェース用のセットアップを行ないます。 |
Class |
toClass(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 Class targetClass
protected final String enhancedClassName
protected CtClass enhancedClass
コンストラクタの詳細 |
public EnhancedClassGenerator(ClassPool classPool, Class targetClass, String enhancedClassName)
EnhancedClassGenerator
を作成します。
classPool
- targetClass
- enhancedClassName
- メソッドの詳細 |
public void createTargetMethod(Method method, String methodInvocationClassName)
method
- methodInvocationClassName
- public void createInvokeSuperMethod(Method method, String invokeSuperMethodName)
method
- invokeSuperMethodName
- public void applyInterType(InterType interType)
InterType
を適用します。
interType
- public Class toClass(ClassLoader classLoader)
classLoader
-
public void setupClass()
public void setupInterface()
public void setupConstructor()
Constructor
のセットアップを行ないます。
public static String createTargetMethodSource(Method method, String methodInvocationClassName)
method
- methodInvocationClassName
-
public static String createInvokeSuperMethodSource(Method method)
method
-
public static Class[] normalizeExceptionTypes(Class[] exceptionTypes)
exceptionTypes
-
public static String aroundTryCatchBlock(Class[] exceptionTypes, String code)
exceptionTypes
- code
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |