org.apache.commons.inject.impl.bind
Class PerCallProvider<T>

java.lang.Object
  extended by org.apache.commons.inject.impl.AbstractScopedProvider<T>
      extended by org.apache.commons.inject.impl.bind.PerCallProvider<T>
All Implemented Interfaces:
Provider<T>, IProvider<T>, IInjectorAware

public class PerCallProvider<T>
extends AbstractScopedProvider<T>


Field Summary
 
Fields inherited from class org.apache.commons.inject.impl.AbstractScopedProvider
initialized
 
Constructor Summary
PerCallProvider(IProvider<T> pBaseProvider)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.inject.impl.AbstractScopedProvider
get, get, getInjector, getType, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerCallProvider

public PerCallProvider(IProvider<T> pBaseProvider)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.