4.7. S2AOP 設定ファイル

S2AOPの各種設定は、seasar\aop\Configクラスのプロパティとして設定します。

ENHANCED_CLASS_GENERATOR. 

アスペクトを織り込むための拡張クラスを生成するGeneratorクラスを指定します。

seasar\aop\Config::$ENHANCED_CLASS_GENERATOR = 'seasar\aop\EnhancedClassGenerator';

CACHING. 

アスペクトを織り込むために生成した拡張クラスをファイルに出力するかを設定します。

seasar\aop\Config::$CACHING = false;

CACHE_DIR. 

アスペクトを織り込むために生成した拡張クラスをファイルに出力する場合の出力先ディレクトリを設定します。

seasar\aop\Config::$CACHE_DIR = null;


© Copyright The Seasar Foundation and the others 2005-2010, all rights reserved.