ro.isdc.wro.util
Class ProxyFactory<T>

java.lang.Object
  extended by ro.isdc.wro.util.ProxyFactory<T>
Type Parameters:
T - the type of the object to create.

public class ProxyFactory<T>
extends Object

An ObjectFactory used to create Proxy for objects initialized by provided LazyInitializer's.

Since:
1.6.0
Author:
Alex Objelean

Method Summary
static
<T> T
proxy(ObjectFactory<T> objectFactory, Class<T> genericType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

proxy

public static <T> T proxy(ObjectFactory<T> objectFactory,
                          Class<T> genericType)


Copyright © 2008-2013. All Rights Reserved.