Methods
Modifier and Type |
Method and Description |
void |
deploy(URL url,
AspectManager manager) |
void |
deploy(URL url,
AspectManager manager,
ClassLoader cl) |
InterceptorFactory |
deployAdvice(Element element,
AdviceType type) |
void |
deployAnnotationIntroduction(Element pointcut) |
void |
deployAnnotationOverride(Element pointcut) |
void |
deployArrayBinding(Element element) |
void |
deployArrayReplacement(Element pointcut) |
AspectDefinition |
deployAspect(Element element,
String type) |
void |
deployBinding(Element element) |
void |
deployCFlowStack(Element pointcut) |
void |
deployClassMetaData(Element element) |
void |
deployDeclare(Element pointcut,
String tagName) |
void |
deployDomain(Element element) |
void |
deployDynamicCFlow(Element pointcut) |
InterceptorFactory |
deployInterceptor(Element element) |
void |
deployInterceptorStack(Element element) |
void |
deployIntroductionPointcut(Element pointcut) |
void |
deployMetaDataLoader(Element element) |
void |
deployPluggablePointcut(Element pointcut) |
void |
deployPointcut(Element pointcut) |
void |
deployPrepare(Element pointcut) |
void |
deployTypedef(Element pointcut) |
void |
deployXML(Document doc,
URL url) |
void |
deployXML(Document doc,
URL url,
ClassLoader cl) |
static void |
deployXML(URL url) |
static void |
deployXML(URL url,
ClassLoader cl)
Deprecated.
Should pass in AspectManager explicitly
|
static void |
deployXML(URL url,
ClassLoader cl,
AspectManager manager) |
ClassLoader |
getClassLoader() |
AnnotationIntroduction |
loadAnnotationIntroduction(Element pointcut) |
static Document |
loadDocument(InputStream is) |
static Document |
loadURL(URL configURL) |
void |
setClassLoader(ClassLoader cl) |
void |
setManager(AspectManager manager) |
void |
undeploy(URL url,
AspectManager manager) |
void |
undeployAdvice(Element element) |
void |
undeployAnnotationIntroduction(Element pointcut) |
void |
undeployAnnotationOverride(Element pointcut) |
void |
undeployArrayBinding(Element element) |
void |
undeployArrayReplacement(Element pointcut) |
void |
undeployAspect(Element pointcut) |
void |
undeployBinding(Element element) |
void |
undeployCFlowStack(Element pointcut) |
void |
undeployClassMetaData(Element element) |
void |
undeployDeclare(Element pointcut) |
void |
undeployDomain(Element element) |
void |
undeployDynamicCFlow(Element pointcut) |
void |
undeployInterceptor(Element element) |
void |
undeployInterceptorStack(Element element) |
void |
undeployIntroductionPointcut(Element pointcut) |
void |
undeployMetaDataLoader(Element element) |
void |
undeployPluggablePointcut(Element pointcut) |
void |
undeployPointcut(Element pointcut) |
void |
undeployPrepare(Element pointcut) |
void |
undeployTypedef(Element pointcut) |
void |
undeployXML(Document doc,
URL url) |
static void |
undeployXML(URL url) |
static void |
undeployXML(URL url,
AspectManager manager) |