The Spring Framework

Uses of Interface
org.springframework.beans.factory.parsing.ParseState.Entry

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 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.
 

Uses of ParseState.Entry in org.springframework.beans.factory.parsing
 

Classes in org.springframework.beans.factory.parsing that implement ParseState.Entry
 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.
 

Methods in org.springframework.beans.factory.parsing that return ParseState.Entry
 ParseState.Entry ParseState.peek()
          Return the ParseState.Entry currently at the top of the Stack or null if the Stack is empty.
 

Methods in org.springframework.beans.factory.parsing with parameters of type ParseState.Entry
 void ParseState.push(ParseState.Entry entry)
          Add a new ParseState.Entry to the Stack.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.