|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentScope | |
---|---|
org.codehaus.aspectwerkz.definition | |
org.codehaus.aspectwerkz.transform.inlining.deployer |
Uses of DeploymentScope in org.codehaus.aspectwerkz.definition |
---|
Fields in org.codehaus.aspectwerkz.definition declared as DeploymentScope | |
---|---|
static DeploymentScope |
DeploymentScope.MATCH_ALL
System prepared pointcut that matches all. |
Methods in org.codehaus.aspectwerkz.definition that return DeploymentScope | |
---|---|
DeploymentScope |
SystemDefinition.getDeploymentScope(String name)
Returns the deployment scope with the name specified. |
Methods in org.codehaus.aspectwerkz.definition with parameters of type DeploymentScope | |
---|---|
void |
SystemDefinition.addDeploymentScope(DeploymentScope deploymentScope)
Adds a deployment scope to the system. |
Uses of DeploymentScope in org.codehaus.aspectwerkz.transform.inlining.deployer |
---|
Methods in org.codehaus.aspectwerkz.transform.inlining.deployer with parameters of type DeploymentScope | |
---|---|
static DeploymentHandle |
Deployer.deploy(Class aspect,
DeploymentScope deploymentScope)
Deploys an annotation defined aspect in the scope defined by the prepared pointcut. |
static DeploymentHandle |
Deployer.deploy(Class aspect,
DeploymentScope deploymentScope,
ClassLoader deployLoader)
TODO allow deployment in other systems than virtual system? |
static DeploymentHandle |
Deployer.deploy(Class aspect,
String xmlDef,
DeploymentScope deploymentScope)
Deploys an XML defined aspect in the scope defined by the prepared pointcut. |
static DeploymentHandle |
Deployer.deploy(Class aspect,
String xmlDef,
DeploymentScope deploymentScope,
ClassLoader deployLoader)
TODO allow deployment in other systems than virtual system? |
static DeploymentHandle |
Deployer.deploy(String aspectClassName,
DeploymentScope deploymentScope)
Deploys an annotation defined aspect in the scope defined by the prepared pointcut. |
static DeploymentHandle |
Deployer.deploy(String className,
DeploymentScope deploymentScope,
ClassLoader deployLoader)
Deploys an annotation defined aspect in the scope defined by the prepared pointcut. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |