Uses of Class
org.apache.commons.proxy.provider.ProviderDecorator

Packages that use ProviderDecorator
org.apache.commons.proxy.provider This package contains some general-use ObjectProvider implementations. 
 

Uses of ProviderDecorator in org.apache.commons.proxy.provider
 

Subclasses of ProviderDecorator in org.apache.commons.proxy.provider
 class SingletonProvider
          Wraps another object provider, making sure to only call it once, returning the value returned from the wrapped provider on all subsequent invocations.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.