| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseState.Entry | |
|---|---|
| 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. | 
| Uses of ParseState.Entry in org.springframework.aop.config | 
|---|
| Classes in org.springframework.aop.config that implement ParseState.Entry | |
|---|---|
|  class | AdviceEntryParseStateentry representing an advice element. | 
|  class | AdvisorEntryParseStateentry representing an advisor. | 
|  class | AspectEntryParseStateentry representing an aspect. | 
|  class | PointcutEntryParseStateentry representing a pointcut. | 
| Uses of ParseState.Entry in org.springframework.beans.factory.parsing | 
|---|
| Classes in org.springframework.beans.factory.parsing that implement ParseState.Entry | |
|---|---|
|  class | BeanEntryParseStateentry representing a bean definition. | 
|  class | ConstructorArgumentEntryParseStateentry representing a (possibly indexed)
 constructor argument. | 
|  class | PropertyEntryParseStateentry representing a JavaBean property. | 
|  class | QualifierEntryParseStateentry representing an autowire candidate qualifier. | 
| Methods in org.springframework.beans.factory.parsing that return ParseState.Entry | |
|---|---|
|  ParseState.Entry | ParseState.peek()Return the ParseState.Entrycurrently at the top of theStackornullif theStackis empty. | 
| Methods in org.springframework.beans.factory.parsing with parameters of type ParseState.Entry | |
|---|---|
|  void | ParseState.push(ParseState.Entry entry)Add a new ParseState.Entryto theStack. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||