Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.target Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractBeanFactoryBasedTargetSourceBase class for TargetSource implementationsthat are based on a Spring BeanFactory,Classorg.springframework.aop.targetSpring MVC
AbstractLazyCreationTargetSourceTargetSource implementation that willlazily create a user-managed object.Classorg.springframework.aop.targetSpring MVC
AbstractPoolingTargetSourceAbstract base class for pooling TargetSourcereleasing a target object from the pool for each method invocation.Classorg.springframework.aop.targetSpring MVC
AbstractPrototypeBasedTargetSourceBase class for dynamic TargetSource implementationsthat create new prototype bean instances to support a pooling orClassorg.springframework.aop.targetSpring MVC
AbstractRefreshableTargetSourceAbstract TargetSource implementation thatwraps a refreshable target object.Classorg.springframework.aop.target.dynamicSpring MVC
BeanFactoryRefreshableTargetSourceRefreshable TargetSource that fetches fresh target beans from a BeanFactory.Classorg.springframework.aop.target.dynamicSpring MVC
CommonsPool2TargetSourceTargetSource implementation that holdsobjects in a configurable Apache Commons2 Pool.Classorg.springframework.aop.targetSpring MVC
CommonsPoolTargetSourceTargetSource implementation that holdsobjects in a configurable Apache Commons Pool.Classorg.springframework.aop.targetSpring MVC
EmptyTargetSourceCanonical TargetSource when there is no target(or just the target class known), and behavior is suppliedClassorg.springframework.aop.targetSpring MVC
HotSwappableTargetSourceTargetSource implementation thatcaches a local target object, but allows the target to be swappedClassorg.springframework.aop.targetSpring MVC
LazyInitTargetSourceTargetSource that lazily accesses asingleton bean from a BeanFactory.Classorg.springframework.aop.targetSpring MVC
PoolingConfigConfig interface for a pooling target source.Interfaceorg.springframework.aop.targetSpring MVC
PrototypeTargetSourceTargetSource implementation thatcreates a new instance of the target bean for each request,Classorg.springframework.aop.targetSpring MVC
RefreshableInterface to be implemented by dynamic target objects,which support reloading and optionally polling for updates.Interfaceorg.springframework.aop.target.dynamicSpring MVC
SimpleBeanTargetSourceSimple TargetSource implementation,freshly obtaining the specified target bean from its containingClassorg.springframework.aop.targetSpring MVC
SingletonTargetSourcethat holds a given object.Classorg.springframework.aop.targetSpring MVC
TargetClassAwareMinimal interface for exposing the target class behind a proxy.Interfaceorg.springframework.aopSpring MVC
TargetSourceA TargetSource is used to obtain the current target ofan AOP invocation, which will be invoked via reflection if no aroundInterfaceorg.springframework.aopSpring MVC
ThreadLocalTargetSourceAlternative to an object pool.Classorg.springframework.aop.targetSpring MVC
ThreadLocalTargetSourceStatsStatistics for a ThreadLocal TargetSource.Interfaceorg.springframework.aop.targetSpring MVC