org.seasar.framework.container.util
クラス AopProxyUtil

java.lang.Object
  拡張org.seasar.framework.container.util.AopProxyUtil

public class AopProxyUtil
extends java.lang.Object

AopProxy用のユーティリティクラスです。

作成者:
koichik

コンストラクタの概要
protected AopProxyUtil()
          インスタンスを構築します。
 
メソッドの概要
static java.lang.Class getConcreteClass(ComponentDef componentDef)
          完全なクラスを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AopProxyUtil

protected AopProxyUtil()
インスタンスを構築します。

メソッドの詳細

getConcreteClass

public static java.lang.Class getConcreteClass(ComponentDef componentDef)
完全なクラスを返します。

パラメータ:
componentDef -
戻り値:
完全なクラス


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.