Package | Description |
---|---|
org.springframework.aop.config |
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
|
org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
AdviceEntry
ParseState entry representing an advice element. |
class |
AdvisorEntry
ParseState entry representing an advisor. |
class |
AspectEntry
ParseState entry representing an aspect. |
class |
PointcutEntry
ParseState entry representing a pointcut. |
Modifier and Type | Class and Description |
---|---|
class |
BeanEntry
ParseState entry representing a bean definition. |
class |
ConstructorArgumentEntry
ParseState entry representing a (possibly indexed)
constructor argument. |
class |
PropertyEntry
ParseState entry representing a JavaBean property. |
class |
QualifierEntry
ParseState entry representing an autowire candidate qualifier. |
Modifier and Type | Method and Description |
---|---|
ParseState.Entry |
ParseState.peek()
Return the
ParseState.Entry currently at the top of the LinkedList or
null if the LinkedList is empty. |
Modifier and Type | Method and Description |
---|---|
void |
ParseState.push(ParseState.Entry entry)
Add a new
ParseState.Entry to the LinkedList . |