Package | Description |
---|---|
org.springframework.aop.config |
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
Modifier and Type | Class and Description |
---|---|
class |
AspectComponentDefinition
ComponentDefinition
that holds an aspect definition, including its nested pointcuts. |
Modifier and Type | Method and Description |
---|---|
CompositeComponentDefinition |
ParserContext.getContainingComponent() |
CompositeComponentDefinition |
ParserContext.popContainingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.pushContainingComponent(CompositeComponentDefinition containingComponent) |