org.seasar.framework.aop.proxy
クラス AopProxy
java.lang.Object
org.seasar.framework.aop.proxy.AopProxy
- すべての実装インタフェース:
- Serializable
- public final class AopProxy
- extends Object
- implements Serializable
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AopProxy
public AopProxy(Class targetClass,
Aspect[] aspects)
AopProxy
public AopProxy(Class targetClass,
Aspect[] aspects,
InterType[] interTypes)
AopProxy
public AopProxy(Class targetClass,
Aspect[] aspects,
Map parameters)
AopProxy
public AopProxy(Class targetClass,
Aspect[] aspects,
InterType[] interTypes,
Map parameters)
getEnhancedClass
public Class getEnhancedClass()
create
public Object create()
create
public Object create(Class[] argTypes,
Object[] args)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.