public class AspectSystemFactory
extends java.lang.Object
AspectSystemImpl
provided by the framework.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASPECT_SYSTEM_PROPERTY
Name of the system property providing the name of the aspect system class
to use instead of the default
|
static java.lang.String |
THREAD_LOCAL_ASPECT_SYSTEM |
Constructor and Description |
---|
AspectSystemFactory() |
Modifier and Type | Method and Description |
---|---|
static AspectSystem |
getAspectSystem()
If system property "interceptor.aspect.system.thread" set to true,
returns AspectSystem instance which is stored in
a ThreadLocal variable.
|
public static final java.lang.String ASPECT_SYSTEM_PROPERTY
public static final java.lang.String THREAD_LOCAL_ASPECT_SYSTEM
public static AspectSystem getAspectSystem()