4.7. S2AOP Configuration file

Various setup of S2AOP is set up as a property of seasar\aop\Config class.

ENHANCED_CLASS_GENERATOR. 

The generator class which generates the extended class for weaving in an aspect is specified.

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

CACHING. 

It is set up whether the extended class generated in order to weave in aspect is outputted to a file.

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

CACHE_DIR. 

The output directory in the case of outputting the extended class to a file is specified.

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


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