| java.lang.Object com.tc.aspectwerkz.transform.inlining.AspectModelManager
AspectModelManager | public class AspectModelManager (Code) | | Manages the different aspect model implementations that is registered.
author: Jonas BonŽr |
ASPECT_MODELS_VM_OPTION | final public static String ASPECT_MODELS_VM_OPTION(Code) | | |
defineAspect | public static void defineAspect(ClassInfo aspectClassInfo, AspectDefinition aspectDef, ClassLoader loader)(Code) | | Let all aspect models try to define the aspect (only one should succeed).
Parameters: aspectClassInfo - Parameters: aspectDef - Parameters: loader - |
getModelFor | public static AspectModel getModelFor(String type)(Code) | | Returns the advice model for a specific aspect model type id.
Parameters: type - the aspect model type id the aspect model |
getModels | public static AspectModel[] getModels()(Code) | | Returns an array with all the aspect models that has been registered.
an array with the aspect models |
registerCustomAspectModels | public static void registerCustomAspectModels(String aspectModels)(Code) | | Registers aspect models.
Parameters: aspectModels - the class names of the aspect models to register concatenated and separated with a ':'. |
|
|